#838EAA

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

Shades of Ship Cove #838EAA

Tints of Ship Cove #838EAA

Color information

#838EAA (or 0x838EAA) is unknown color: approx Ship Cove. HEX triplet: 83, 8E and AA. RGB value is (131,142,170). Sum of RGB (Red+Green+Blue) = 131+142+170=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #838EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EAA is #7C7155. Grayscale: #8D8D8D. Windows color (decimal): -8155478 or 11177603. OLE color: 11177603.

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

Color convert

RGB131142170-
CMYK0.230.1600.33
HSL223.08º18.66%59.02%-
HSV(B)223.08º22.94%66.67%-
XYZ26.2927.0741.87-
YUV141.9143.86120.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.57%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=29.57%
G=32.05%
B=38.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311421700.230.1600.33223.0818.6659.02
Hex838EAA1710021df133b
Octal20321625227200413372373
Binary100000111000111010101010101111000001000011101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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