Html Css Color HEX #818FAA Ship Cove

📋 copy color: '#818FAA'

red 129 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #818FAA

Tints of Ship Cove #818FAA

RGB

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

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

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

R = 29.19%
G = 32.35%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818FAA (or 0x818FAA) is known color: Ship Cove. HEX triplet: 81, 8F and AA. RGB value is (129,143,170). Sum of RGB (Red+Green+Blue) = 129+143+170=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #818FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818FAA is #7E7055. Grayscale: #8D8D8D. Windows color (decimal): -8286294 or 11177857. OLE color: 11177857.

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

Color convert

RGB 129 143 170 -
CMYK 0.24 0.16 0 0.33
HSL 219.51º 0.19% 0.59% -
HSV(B) 219.51º 0.24% 0.67% -
XYZ 26.13 27.21 41.91 -
YUV 141.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 129 143 170 0.24 0.16 0 0.33 219.51 0.19 0.59
Hex 81 8F AA 18 10 0 21 DC 13 3B
Octal 201 217 252 30 20 0 41 334 23 73
Binary 10000001 10001111 10101010 11000 10000 0 100001 11011100 10011 111011

Color Harmonies of #818FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FAA

Black with #818FAA

Text Example


Text Example

White with #818FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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