Html Css Color HEX #818DAB Ship Cove

📋 copy color: '#818DAB'

red 129 ◦ green 141 ◦ blue 171

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

Shades of Ship Cove #818DAB

Tints of Ship Cove #818DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

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

R = 29.25%
G = 31.97%
B = 38.78%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818DAB (or 0x818DAB) is known color: Ship Cove. HEX triplet: 81, 8D and AB. RGB value is (129,141,171). Sum of RGB (Red+Green+Blue) = 129+141+171=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #818DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DAB is #7E7254. Grayscale: #8C8C8C. Windows color (decimal): -8286805 or 11242881. OLE color: 11242881.

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

Color convert

RGB 129 141 171 -
CMYK 0.25 0.18 0 0.33
HSL 222.86º 0.2% 0.59% -
HSV(B) 222.86º 0.25% 0.67% -
XYZ 25.93 26.66 42.31 -
YUV 140.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 129 141 171 0.25 0.18 0 0.33 222.86 0.2 0.59
Hex 81 8D AB 19 12 0 21 DF 14 3B
Octal 201 215 253 31 22 0 41 337 24 73
Binary 10000001 10001101 10101011 11001 10010 0 100001 11011111 10100 111011

Color Harmonies of #818DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DAB

Black with #818DAB

Text Example


Text Example

White with #818DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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