Html Css Color HEX #818CAE Ship Cove

📋 copy color: '#818CAE'

red 129 ◦ green 140 ◦ blue 174

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

Shades of Ship Cove #818CAE

Tints of Ship Cove #818CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 29.12%
G = 31.6%
B = 39.28%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#818CAE (or 0x818CAE) is known color: Ship Cove. HEX triplet: 81, 8C and AE. RGB value is (129,140,174). Sum of RGB (Red+Green+Blue) = 129+140+174=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #818CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818CAE is #7E7351. Grayscale: #8C8C8C. Windows color (decimal): -8287058 or 11439233. OLE color: 11439233.

HSL color Cylindrical-coordinate representation of color #818CAE: hue angle of 225.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818CAE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 140 174 -
CMYK 0.26 0.20 0 0.32
HSL 225.33º 0.22% 0.59% -
HSV(B) 225.33º 0.26% 0.68% -
XYZ 26.07 26.48 43.78 -
YUV 140.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 129 140 174 0.26 0.20 0 0.32 225.33 0.22 0.59
Hex 81 8C AE 1A 14 0 20 E1 16 3B
Octal 201 214 256 32 24 0 40 341 26 73
Binary 10000001 10001100 10101110 11010 10100 0 100000 11100001 10110 111011

Color Harmonies of #818CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CAE

Black with #818CAE

Text Example


Text Example

White with #818CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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