#838EAE

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

Shades of Ship Cove #838EAE

Tints of Ship Cove #838EAE

Color information

#838EAE (or 0x838EAE) is unknown color: approx Ship Cove. HEX triplet: 83, 8E and AE. RGB value is (131,142,174). Sum of RGB (Red+Green+Blue) = 131+142+174=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #838EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EAE is #7C7151. Grayscale: #8E8E8E. Windows color (decimal): -8155474 or 11439747. OLE color: 11439747.

HSL color Cylindrical-coordinate representation of color #838EAE: hue angle of 224.65º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838EAE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131142174-
CMYK0.250.1800.32
HSL224.65º20.98%59.8%-
HSV(B)224.65º24.71%68.24%-
XYZ26.6727.2343.89-
YUV142.36145.86119.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.31%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=29.31%
G=31.77%
B=38.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311421740.250.1800.32224.6520.9859.8
Hex838EAE1912020e1153c
Octal20321625631220403412574
Binary100000111000111010101110110011001001000001110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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