Html Css Color HEX #998CF9 Light Slate Blue

📋 copy color: '#998CF9'

red 153 ◦ green 140 ◦ blue 249

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

Shades of Light Slate Blue #998CF9

Tints of Light Slate Blue #998CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.83%

 BLUE value IS 249 (97.66% from 255) = 45.94%

R = 28.23%
G = 25.83%
B = 45.94%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#998CF9 (or 0x998CF9) is known color: Light Slate Blue. HEX triplet: 99, 8C and F9. RGB value is (153,140,249). Sum of RGB (Red+Green+Blue) = 153+140+249=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #998CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CF9 is #667306. Grayscale: #9B9B9B. Windows color (decimal): -6714119 or 16354457. OLE color: 16354457.

HSL color Cylindrical-coordinate representation of color #998CF9: hue angle of 247.16º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998CF9 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 140 249 -
CMYK 0.39 0.44 0 0.02
HSL 247.16º 0.9% 0.76% -
HSV(B) 247.16º 0.44% 0.98% -
XYZ 39.61 32.37 93.78 -
YUV 156.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 153 140 249 0.39 0.44 0 0.02 247.16 0.9 0.76
Hex 99 8C F9 27 2C 0 2 F7 5A 4C
Octal 231 214 371 47 54 0 2 367 132 114
Binary 10011001 10001100 11111001 100111 101100 0 10 11110111 1011010 1001100

Color Harmonies of #998CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CF9

Black with #998CF9

Text Example


Text Example

White with #998CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,140,249); }

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

background-color css

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

 a { background-color: rgb(153,140,249); }

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

border-color css

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

 span { border-color: rgb(153,140,249); }

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