Html Css Color HEX #818CAB Ship Cove

📋 copy color: '#818CAB'

red 129 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #818CAB

Tints of Ship Cove #818CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

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

R = 29.32%
G = 31.82%
B = 38.86%

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

#818CAB (or 0x818CAB) is known color: Ship Cove. HEX triplet: 81, 8C and AB. RGB value is (129,140,171). Sum of RGB (Red+Green+Blue) = 129+140+171=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #818CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818CAB is #7E7354. Grayscale: #8C8C8C. Windows color (decimal): -8287061 or 11242625. OLE color: 11242625.

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

Color convert

RGB 129 140 171 -
CMYK 0.25 0.18 0 0.33
HSL 224.29º 0.2% 0.59% -
HSV(B) 224.29º 0.25% 0.67% -
XYZ 25.78 26.36 42.26 -
YUV 140.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 129 140 171 0.25 0.18 0 0.33 224.29 0.2 0.59
Hex 81 8C AB 19 12 0 21 E0 14 3B
Octal 201 214 253 31 22 0 41 340 24 73
Binary 10000001 10001100 10101011 11001 10010 0 100001 11100000 10100 111011

Color Harmonies of #818CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CAB

Black with #818CAB

Text Example


Text Example

White with #818CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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