#838EAC

Color #838EAC Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #838EAC

Tints of Ship Cove #838EAC

Color information

#838EAC (or 0x838EAC) is unknown color: approx Ship Cove. HEX triplet: 83, 8E and AC. RGB value is (131,142,172). Sum of RGB (Red+Green+Blue) = 131+142+172=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #838EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EAC is #7C7153. Grayscale: #8E8E8E. Windows color (decimal): -8155476 or 11308675. OLE color: 11308675.

HSL color Cylindrical-coordinate representation of color #838EAC: hue angle of 223.9º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838EAC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131142172-
CMYK0.240.1700.33
HSL223.9º19.81%59.41%-
HSV(B)223.9º23.84%67.45%-
XYZ26.4827.1542.87-
YUV142.13144.86120.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.44%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=29.44%
G=31.91%
B=38.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311421720.240.1700.33223.919.8159.41
Hex838EAC1811021e0143b
Octal20321625430210413402473
Binary100000111000111010101100110001000101000011110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838EAC; }

 p { color: rgb(131,142,172); }

 H1.HeaderClassName
 {
   color: #838EAC;
 }
 .AnyTagClassName
 {
   color: #838EAC;
 }
</style>
background-color css

<style>
 a { background-color: #838EAC; }

 a { background-color: rgb(131,142,172); }

 div.DivClassName
 {
   background-color: #838EAC;
 }
 .BgClassName
 {
   background-color: #838EAC;
 }
</style>
border-color css

<style>
 span { border-color: #838EAC; }

 span { border-color: rgb(131,142,172); }

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