Html Css Color HEX #728BAD Ship Cove

📋 copy color: '#728BAD'

red 114 ◦ green 139 ◦ blue 173

#728BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #728BAD

Tints of Ship Cove #728BAD

RGB

 RED value IS 114 (44.92% from 255) = 26.76%

 GREEN value IS 139 (54.69% from 255) = 32.63%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 26.76%
G = 32.63%
B = 40.61%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#728BAD (or 0x728BAD) is known color: Ship Cove. HEX triplet: 72, 8B and AD. RGB value is (114,139,173). Sum of RGB (Red+Green+Blue) = 114+139+173=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #728BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BAD is #8D7452. Grayscale: #878787. Windows color (decimal): -9270355 or 11373426. OLE color: 11373426.

HSL color Cylindrical-coordinate representation of color #728BAD: hue angle of 214.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728BAD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 139 173 -
CMYK 0.34 0.20 0 0.32
HSL 214.58º 0.26% 0.56% -
HSV(B) 214.58º 0.34% 0.68% -
XYZ 23.71 25.06 43.12 -
YUV 135.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 114 139 173 0.34 0.20 0 0.32 214.58 0.26 0.56
Hex 72 8B AD 22 14 0 20 D7 1A 38
Octal 162 213 255 42 24 0 40 327 32 70
Binary 1110010 10001011 10101101 100010 10100 0 100000 11010111 11010 111000

Color Harmonies of #728BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BAD

Black with #728BAD

Text Example


Text Example

White with #728BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728BAD; }

 p { color: rgb(114,139,173); }

 H1.HeaderClassName
 {
   color: #728BAD;
 }
 .AnyTagClassName
 {
   color: #728BAD;
 }
</style>

background-color css

<style>
 a { background-color: #728BAD; }

 a { background-color: rgb(114,139,173); }

 div.DivClassName
 {
   background-color: #728BAD;
 }
 .BgClassName
 {
   background-color: #728BAD;
 }
</style>

border-color css

<style>
 span { border-color: #728BAD; }

 span { border-color: rgb(114,139,173); }

 td.TdClassName
 {
   border-color: #728BAD;
 }
 .TagClassName
 {
   border-color: #728BAD;
 }
</style>