Html Css Color HEX #858D98 Light Slate Grey

📋 copy color: '#858D98'

red 133 ◦ green 141 ◦ blue 152

#858D98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #858D98

Tints of Light Slate Grey #858D98

RGB

 RED value IS 133 (52.34% from 255) = 31.22%

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 31.22%
G = 33.1%
B = 35.68%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#858D98 (or 0x858D98) is known color: Light Slate Grey. HEX triplet: 85, 8D and 98. RGB value is (133,141,152). Sum of RGB (Red+Green+Blue) = 133+141+152=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 141 (55.47% from 255 or 33.10% 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 #858D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D98 is #7A7267. Grayscale: #8B8B8B. Windows color (decimal): -8024680 or 9997701. OLE color: 9997701.

HSL color Cylindrical-coordinate representation of color #858D98: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858D98 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 141 152 -
CMYK 0.13 0.07 0 0.40
HSL 214.74º 0.08% 0.56% -
HSV(B) 214.74º 0.13% 0.6% -
XYZ 24.87 26.3 33.47 -
YUV 139.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 133 141 152 0.13 0.07 0 0.40 214.74 0.08 0.56
Hex 85 8D 98 D 7 0 28 D7 8 38
Octal 205 215 230 15 7 0 50 327 10 70
Binary 10000101 10001101 10011000 1101 111 0 101000 11010111 1000 111000

Color Harmonies of #858D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D98

Black with #858D98

Text Example


Text Example

White with #858D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858D98; }

 p { color: rgb(133,141,152); }

 H1.HeaderClassName
 {
   color: #858D98;
 }
 .AnyTagClassName
 {
   color: #858D98;
 }
</style>

background-color css

<style>
 a { background-color: #858D98; }

 a { background-color: rgb(133,141,152); }

 div.DivClassName
 {
   background-color: #858D98;
 }
 .BgClassName
 {
   background-color: #858D98;
 }
</style>

border-color css

<style>
 span { border-color: #858D98; }

 span { border-color: rgb(133,141,152); }

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