#838EA5

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

Shades of Ship Cove #838EA5

Tints of Ship Cove #838EA5

Color information

#838EA5 (or 0x838EA5) is unknown color: approx Ship Cove. HEX triplet: 83, 8E and A5. RGB value is (131,142,165). Sum of RGB (Red+Green+Blue) = 131+142+165=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 165 - color contains mainly: blue. Hex color #838EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EA5 is #7C715A. Grayscale: #8D8D8D. Windows color (decimal): -8155483 or 10849923. OLE color: 10849923.

HSL color Cylindrical-coordinate representation of color #838EA5: hue angle of 220.59º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #838EA5 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB131142165-
CMYK0.210.1400.35
HSL220.59º15.89%58.04%-
HSV(B)220.59º20.61%64.71%-
XYZ25.8226.8939.43-
YUV141.33141.36120.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=29.91%
G=32.42%
B=37.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311421650.210.1400.35220.5915.8958.04
Hex838EA515E023dd103a
Octal20321624525160433352072
Binary10000011100011101010010110101111001000111101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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