Html Css Color HEX #818BAB Ship Cove

📋 copy color: '#818BAB'

red 129 ◦ green 139 ◦ blue 171

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

Shades of Ship Cove #818BAB

Tints of Ship Cove #818BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

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

R = 29.38%
G = 31.66%
B = 38.95%

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

#818BAB (or 0x818BAB) is known color: Ship Cove. HEX triplet: 81, 8B and AB. RGB value is (129,139,171). Sum of RGB (Red+Green+Blue) = 129+139+171=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #818BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BAB is #7E7454. Grayscale: #8B8B8B. Windows color (decimal): -8287317 or 11242369. OLE color: 11242369.

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

Color convert

RGB 129 139 171 -
CMYK 0.25 0.19 0 0.33
HSL 225.71º 0.2% 0.59% -
HSV(B) 225.71º 0.25% 0.67% -
XYZ 25.64 26.07 42.21 -
YUV 139.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 129 139 171 0.25 0.19 0 0.33 225.71 0.2 0.59
Hex 81 8B AB 19 13 0 21 E2 14 3B
Octal 201 213 253 31 23 0 41 342 24 73
Binary 10000001 10001011 10101011 11001 10011 0 100001 11100010 10100 111011

Color Harmonies of #818BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BAB

Black with #818BAB

Text Example


Text Example

White with #818BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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