Html Css Color HEX #818AAB Ship Cove

📋 copy color: '#818AAB'

red 129 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #818AAB

Tints of Ship Cove #818AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 29.45%
G = 31.51%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818AAB (or 0x818AAB) is known color: Ship Cove. HEX triplet: 81, 8A and AB. RGB value is (129,138,171). Sum of RGB (Red+Green+Blue) = 129+138+171=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #818AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AAB is #7E7554. Grayscale: #8A8A8A. Windows color (decimal): -8287573 or 11242113. OLE color: 11242113.

HSL color Cylindrical-coordinate representation of color #818AAB: hue angle of 227.14º 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 #818AAB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 138 171 -
CMYK 0.25 0.19 0 0.33
HSL 227.14º 0.2% 0.59% -
HSV(B) 227.14º 0.25% 0.67% -
XYZ 25.49 25.78 42.16 -
YUV 139.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 129 138 171 0.25 0.19 0 0.33 227.14 0.2 0.59
Hex 81 8A AB 19 13 0 21 E3 14 3B
Octal 201 212 253 31 23 0 41 343 24 73
Binary 10000001 10001010 10101011 11001 10011 0 100001 11100011 10100 111011

Color Harmonies of #818AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AAB

Black with #818AAB

Text Example


Text Example

White with #818AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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