Html Css Color HEX #818E98 Light Slate Grey

📋 copy color: '#818E98'

red 129 ◦ green 142 ◦ blue 152

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

Shades of Light Slate Grey #818E98

Tints of Light Slate Grey #818E98

RGB

 RED value IS 129 (50.78% from 255) = 30.5%

 GREEN value IS 142 (55.86% from 255) = 33.57%

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

R = 30.5%
G = 33.57%
B = 35.93%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#818E98 (or 0x818E98) is known color: Light Slate Grey. HEX triplet: 81, 8E and 98. RGB value is (129,142,152). Sum of RGB (Red+Green+Blue) = 129+142+152=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: blue. Hex color #818E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E98 is #7E7167. Grayscale: #8B8B8B. Windows color (decimal): -8286568 or 9997953. OLE color: 9997953.

HSL color Cylindrical-coordinate representation of color #818E98: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818E98 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 142 152 -
CMYK 0.15 0.07 0 0.40
HSL 206.09º 0.1% 0.55% -
HSV(B) 206.09º 0.15% 0.6% -
XYZ 24.39 26.28 33.49 -
YUV 139.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 129 142 152 0.15 0.07 0 0.40 206.09 0.1 0.55
Hex 81 8E 98 F 7 0 28 CE A 37
Octal 201 216 230 17 7 0 50 316 12 67
Binary 10000001 10001110 10011000 1111 111 0 101000 11001110 1010 110111

Color Harmonies of #818E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E98

Black with #818E98

Text Example


Text Example

White with #818E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E98; }

 p { color: rgb(129,142,152); }

 H1.HeaderClassName
 {
   color: #818E98;
 }
 .AnyTagClassName
 {
   color: #818E98;
 }
</style>

background-color css

<style>
 a { background-color: #818E98; }

 a { background-color: rgb(129,142,152); }

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

border-color css

<style>
 span { border-color: #818E98; }

 span { border-color: rgb(129,142,152); }

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