#838FAE

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

Shades of Ship Cove #838FAE

Tints of Ship Cove #838FAE

Color information

#838FAE (or 0x838FAE) is unknown color: approx Ship Cove. HEX triplet: 83, 8F and AE. RGB value is (131,143,174). Sum of RGB (Red+Green+Blue) = 131+143+174=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #838FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAE is #7C7051. Grayscale: #8E8E8E. Windows color (decimal): -8155218 or 11440003. OLE color: 11440003.

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

Color convert

RGB131143174-
CMYK0.250.1800.32
HSL223.26º20.98%59.8%-
HSV(B)223.26º24.71%68.24%-
XYZ26.8227.5343.94-
YUV142.95145.52119.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=29.24%
G=31.92%
B=38.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311431740.250.1800.32223.2620.9859.8
Hex838FAE1912020df153c
Octal20321725631220403372574
Binary100000111000111110101110110011001001000001101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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