Html Css Color HEX #998EFF Light Slate Blue

📋 copy color: '#998EFF'

red 153 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #998EFF

Tints of Light Slate Blue #998EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 27.82%
G = 25.82%
B = 46.36%

CMYK

 C value IS 0.4

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#998EFF (or 0x998EFF) is known color: Light Slate Blue. HEX triplet: 99, 8E and FF. RGB value is (153,142,255). Sum of RGB (Red+Green+Blue) = 153+142+255=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #998EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EFF is #667100. Grayscale: #9D9D9D. Windows color (decimal): -6713601 or 16748185. OLE color: 16748185.

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

Color convert

RGB 153 142 255 -
CMYK 0.4 0.44 0 0
HSL 245.84º 1% 0.78% -
HSV(B) 245.84º 0.44% 1% -
XYZ 40.86 33.34 98.89 -
YUV 158.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 153 142 255 0.4 0.44 0 0 245.84 1 0.78
Hex 99 8E FF 28 2C 0 0 F6 64 4E
Octal 231 216 377 50 54 0 0 366 144 116
Binary 10011001 10001110 11111111 101000 101100 0 0 11110110 1100100 1001110

Color Harmonies of #998EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EFF

Black with #998EFF

Text Example


Text Example

White with #998EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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