Html Css Color HEX #818BAF Ship Cove

📋 copy color: '#818BAF'

red 129 ◦ green 139 ◦ blue 175

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

Shades of Ship Cove #818BAF

Tints of Ship Cove #818BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 29.12%
G = 31.38%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#818BAF (or 0x818BAF) is known color: Ship Cove. HEX triplet: 81, 8B and AF. RGB value is (129,139,175). Sum of RGB (Red+Green+Blue) = 129+139+175=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #818BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BAF is #7E7450. Grayscale: #8B8B8B. Windows color (decimal): -8287313 or 11504513. OLE color: 11504513.

HSL color Cylindrical-coordinate representation of color #818BAF: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818BAF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 139 175 -
CMYK 0.26 0.21 0 0.31
HSL 226.96º 0.22% 0.6% -
HSV(B) 226.96º 0.26% 0.69% -
XYZ 26.02 26.23 44.25 -
YUV 140.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 129 139 175 0.26 0.21 0 0.31 226.96 0.22 0.6
Hex 81 8B AF 1A 15 0 1F E3 16 3C
Octal 201 213 257 32 25 0 37 343 26 74
Binary 10000001 10001011 10101111 11010 10101 0 11111 11100011 10110 111100

Color Harmonies of #818BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BAF

Black with #818BAF

Text Example


Text Example

White with #818BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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