Html Css Color HEX #818BAA Ship Cove

📋 copy color: '#818BAA'

red 129 ◦ green 139 ◦ blue 170

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

Shades of Ship Cove #818BAA

Tints of Ship Cove #818BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 29.45%
G = 31.74%
B = 38.81%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818BAA (or 0x818BAA) is known color: Ship Cove. HEX triplet: 81, 8B and AA. RGB value is (129,139,170). Sum of RGB (Red+Green+Blue) = 129+139+170=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #818BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BAA is #7E7455. Grayscale: #8B8B8B. Windows color (decimal): -8287318 or 11176833. OLE color: 11176833.

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

Color convert

RGB 129 139 170 -
CMYK 0.24 0.18 0 0.33
HSL 225.37º 0.19% 0.59% -
HSV(B) 225.37º 0.24% 0.67% -
XYZ 25.54 26.03 41.71 -
YUV 139.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 129 139 170 0.24 0.18 0 0.33 225.37 0.19 0.59
Hex 81 8B AA 18 12 0 21 E1 13 3B
Octal 201 213 252 30 22 0 41 341 23 73
Binary 10000001 10001011 10101010 11000 10010 0 100001 11100001 10011 111011

Color Harmonies of #818BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BAA

Black with #818BAA

Text Example


Text Example

White with #818BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,139,170); }

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

background-color css

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

 a { background-color: rgb(129,139,170); }

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

border-color css

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

 span { border-color: rgb(129,139,170); }

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