Html Css Color HEX #998EFE Light Slate Blue

📋 copy color: '#998EFE'

red 153 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #998EFE

Tints of Light Slate Blue #998EFE

RGB

 RED value IS 153 (60.16% from 255) = 27.87%

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

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 27.87%
G = 25.87%
B = 46.27%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#998EFE (or 0x998EFE) is known color: Light Slate Blue. HEX triplet: 99, 8E and FE. RGB value is (153,142,254). Sum of RGB (Red+Green+Blue) = 153+142+254=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #998EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EFE is #667101. Grayscale: #9D9D9D. Windows color (decimal): -6713602 or 16682649. OLE color: 16682649.

HSL color Cylindrical-coordinate representation of color #998EFE: hue angle of 245.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998EFE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 142 254 -
CMYK 0.40 0.44 0 0.00
HSL 245.89º 0.98% 0.78% -
HSV(B) 245.89º 0.44% 1% -
XYZ 40.7 33.27 98.04 -
YUV 158.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 153 142 254 0.40 0.44 0 0.00 245.89 0.98 0.78
Hex 99 8E FE 28 2C 0 0 F6 62 4E
Octal 231 216 376 50 54 0 0 366 142 116
Binary 10011001 10001110 11111110 101000 101100 0 0 11110110 1100010 1001110

Color Harmonies of #998EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EFE

Black with #998EFE

Text Example


Text Example

White with #998EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998EFE; }

 p { color: rgb(153,142,254); }

 H1.HeaderClassName
 {
   color: #998EFE;
 }
 .AnyTagClassName
 {
   color: #998EFE;
 }
</style>

background-color css

<style>
 a { background-color: #998EFE; }

 a { background-color: rgb(153,142,254); }

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

border-color css

<style>
 span { border-color: #998EFE; }

 span { border-color: rgb(153,142,254); }

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