Html Css Color HEX #728CAB Ship Cove

📋 copy color: '#728CAB'

red 114 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #728CAB

Tints of Ship Cove #728CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 26.82%
G = 32.94%
B = 40.24%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728CAB (or 0x728CAB) is known color: Ship Cove. HEX triplet: 72, 8C and AB. RGB value is (114,140,171). Sum of RGB (Red+Green+Blue) = 114+140+171=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #728CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAB is #8D7354. Grayscale: #878787. Windows color (decimal): -9270101 or 11242610. OLE color: 11242610.

HSL color Cylindrical-coordinate representation of color #728CAB: hue angle of 212.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728CAB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 140 171 -
CMYK 0.33 0.18 0 0.33
HSL 212.63º 0.25% 0.56% -
HSV(B) 212.63º 0.33% 0.67% -
XYZ 23.67 25.27 42.16 -
YUV 135.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 114 140 171 0.33 0.18 0 0.33 212.63 0.25 0.56
Hex 72 8C AB 21 12 0 21 D5 19 38
Octal 162 214 253 41 22 0 41 325 31 70
Binary 1110010 10001100 10101011 100001 10010 0 100001 11010101 11001 111000

Color Harmonies of #728CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CAB

Black with #728CAB

Text Example


Text Example

White with #728CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,171); }

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

background-color css

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

 a { background-color: rgb(114,140,171); }

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

border-color css

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

 span { border-color: rgb(114,140,171); }

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