Html Css Color HEX #818CAC Ship Cove

📋 copy color: '#818CAC'

red 129 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #818CAC

Tints of Ship Cove #818CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 29.25%
G = 31.75%
B = 39%

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

#818CAC (or 0x818CAC) is known color: Ship Cove. HEX triplet: 81, 8C and AC. RGB value is (129,140,172). Sum of RGB (Red+Green+Blue) = 129+140+172=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #818CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818CAC is #7E7353. Grayscale: #8C8C8C. Windows color (decimal): -8287060 or 11308161. OLE color: 11308161.

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

Color convert

RGB 129 140 172 -
CMYK 0.25 0.19 0 0.33
HSL 224.65º 0.21% 0.59% -
HSV(B) 224.65º 0.25% 0.67% -
XYZ 25.88 26.4 42.76 -
YUV 140.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 129 140 172 0.25 0.19 0 0.33 224.65 0.21 0.59
Hex 81 8C AC 19 13 0 21 E1 15 3B
Octal 201 214 254 31 23 0 41 341 25 73
Binary 10000001 10001100 10101100 11001 10011 0 100001 11100001 10101 111011

Color Harmonies of #818CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CAC

Black with #818CAC

Text Example


Text Example

White with #818CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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