#838CAE

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

Shades of Ship Cove #838CAE

Tints of Ship Cove #838CAE

Color information

#838CAE (or 0x838CAE) is unknown color: approx Ship Cove. HEX triplet: 83, 8C and AE. RGB value is (131,140,174). Sum of RGB (Red+Green+Blue) = 131+140+174=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #838CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838CAE is #7C7351. Grayscale: #8D8D8D. Windows color (decimal): -8155986 or 11439235. OLE color: 11439235.

HSL color Cylindrical-coordinate representation of color #838CAE: hue angle of 227.44º 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 #838CAE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131140174-
CMYK0.250.2000.32
HSL227.44º20.98%59.8%-
HSV(B)227.44º24.71%68.24%-
XYZ26.3826.6443.8-
YUV141.18146.52120.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.44%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=29.44%
G=31.46%
B=39.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311401740.250.2000.32227.4420.9859.8
Hex838CAE1914020e3153c
Octal20321425631240403432574
Binary100000111000110010101110110011010001000001110001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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