#838EAD

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

Shades of Ship Cove #838EAD

Tints of Ship Cove #838EAD

Color information

#838EAD (or 0x838EAD) is unknown color: approx Ship Cove. HEX triplet: 83, 8E and AD. RGB value is (131,142,173). Sum of RGB (Red+Green+Blue) = 131+142+173=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #838EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EAD is #7C7152. Grayscale: #8E8E8E. Windows color (decimal): -8155475 or 11374211. OLE color: 11374211.

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

Color convert

RGB131142173-
CMYK0.240.1800.32
HSL224.29º20.39%59.61%-
HSV(B)224.29º24.28%67.84%-
XYZ26.5827.1943.38-
YUV142.24145.36119.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=29.37%
G=31.84%
B=38.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311421730.240.1800.32224.2920.3959.61
Hex838EAD1812020e0143c
Octal20321625530220403402474
Binary100000111000111010101101110001001001000001110000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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