#838EA1

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

Shades of Ship Cove #838EA1

Tints of Ship Cove #838EA1

Color information

#838EA1 (or 0x838EA1) is unknown color: approx Ship Cove. HEX triplet: 83, 8E and A1. RGB value is (131,142,161). Sum of RGB (Red+Green+Blue) = 131+142+161=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #838EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EA1 is #7C715E. Grayscale: #8C8C8C. Windows color (decimal): -8155487 or 10587779. OLE color: 10587779.

HSL color Cylindrical-coordinate representation of color #838EA1: hue angle of 218º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #838EA1 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB131142161-
CMYK0.190.1200.37
HSL218º13.76%57.25%-
HSV(B)218º18.63%63.14%-
XYZ25.4726.7437.54-
YUV140.88139.36120.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=30.18%
G=32.72%
B=37.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1311421610.190.1200.3721813.7657.25
Hex838EA113C025dae39
Octal20321624123140453321671
Binary1000001110001110101000011001111000100101110110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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