Html Css Color HEX #818AA2 Ship Cove

📋 copy color: '#818AA2'

red 129 ◦ green 138 ◦ blue 162

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

Shades of Ship Cove #818AA2

Tints of Ship Cove #818AA2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 30.07%
G = 32.17%
B = 37.76%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#818AA2 (or 0x818AA2) is known color: Ship Cove. HEX triplet: 81, 8A and A2. RGB value is (129,138,162). Sum of RGB (Red+Green+Blue) = 129+138+162=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 162 - color contains mainly: blue. Hex color #818AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AA2 is #7E755D. Grayscale: #898989. Windows color (decimal): -8287582 or 10652289. OLE color: 10652289.

HSL color Cylindrical-coordinate representation of color #818AA2: hue angle of 223.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #818AA2 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 138 162 -
CMYK 0.20 0.15 0 0.36
HSL 223.64º 0.15% 0.57% -
HSV(B) 223.64º 0.2% 0.64% -
XYZ 24.66 25.45 37.8 -
YUV 138.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 129 138 162 0.20 0.15 0 0.36 223.64 0.15 0.57
Hex 81 8A A2 14 F 0 24 E0 F 39
Octal 201 212 242 24 17 0 44 340 17 71
Binary 10000001 10001010 10100010 10100 1111 0 100100 11100000 1111 111001

Color Harmonies of #818AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AA2

Black with #818AA2

Text Example


Text Example

White with #818AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,138,162); }

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

background-color css

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

 a { background-color: rgb(129,138,162); }

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

border-color css

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

 span { border-color: rgb(129,138,162); }

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