Html Css Color HEX #818FAB Ship Cove

📋 copy color: '#818FAB'

red 129 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #818FAB

Tints of Ship Cove #818FAB

RGB

 RED value IS 129 (50.78% from 255) = 29.12%

 GREEN value IS 143 (56.25% from 255) = 32.28%

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

R = 29.12%
G = 32.28%
B = 38.6%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818FAB (or 0x818FAB) is known color: Ship Cove. HEX triplet: 81, 8F and AB. RGB value is (129,143,171). Sum of RGB (Red+Green+Blue) = 129+143+171=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #818FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818FAB is #7E7054. Grayscale: #8D8D8D. Windows color (decimal): -8286293 or 11243393. OLE color: 11243393.

HSL color Cylindrical-coordinate representation of color #818FAB: hue angle of 220º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #818FAB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 143 171 -
CMYK 0.25 0.16 0 0.33
HSL 220º 0.2% 0.59% -
HSV(B) 220º 0.25% 0.67% -
XYZ 26.23 27.25 42.41 -
YUV 142.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 129 143 171 0.25 0.16 0 0.33 220 0.2 0.59
Hex 81 8F AB 19 10 0 21 DC 14 3B
Octal 201 217 253 31 20 0 41 334 24 73
Binary 10000001 10001111 10101011 11001 10000 0 100001 11011100 10100 111011

Color Harmonies of #818FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FAB

Black with #818FAB

Text Example


Text Example

White with #818FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818FAB; }

 p { color: rgb(129,143,171); }

 H1.HeaderClassName
 {
   color: #818FAB;
 }
 .AnyTagClassName
 {
   color: #818FAB;
 }
</style>

background-color css

<style>
 a { background-color: #818FAB; }

 a { background-color: rgb(129,143,171); }

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

border-color css

<style>
 span { border-color: #818FAB; }

 span { border-color: rgb(129,143,171); }

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