#838F98

Color #838F98 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #838F98

Tints of Light Slate Grey #838F98

Color information

#838F98 (or 0x838F98) is unknown color: approx Light Slate Grey. HEX triplet: 83, 8F and 98. RGB value is (131,143,152). Sum of RGB (Red+Green+Blue) = 131+143+152=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #838F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F98 is #7C7067. Grayscale: #8C8C8C. Windows color (decimal): -8155240 or 9998211. OLE color: 9998211.

HSL color Cylindrical-coordinate representation of color #838F98: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838F98 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131143152-
CMYK0.140.0600.40
HSL205.71º9.25%55.49%-
HSV(B)205.71º13.82%59.61%-
XYZ24.8526.7433.56-
YUV140.44134.52121.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=30.75%
G=33.57%
B=35.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311431520.140.0600.40205.719.2555.49
Hex838F98E6028ce937
Octal2032172301660503161167
Binary10000011100011111001100011101100101000110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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