Html Css Color HEX #998CF8 Light Slate Blue

📋 copy color: '#998CF8'

red 153 ◦ green 140 ◦ blue 248

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

Shades of Light Slate Blue #998CF8

Tints of Light Slate Blue #998CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.84%

R = 28.28%
G = 25.88%
B = 45.84%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#998CF8 (or 0x998CF8) is known color: Light Slate Blue. HEX triplet: 99, 8C and F8. RGB value is (153,140,248). Sum of RGB (Red+Green+Blue) = 153+140+248=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #998CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CF8 is #667307. Grayscale: #9B9B9B. Windows color (decimal): -6714120 or 16288921. OLE color: 16288921.

HSL color Cylindrical-coordinate representation of color #998CF8: hue angle of 247.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998CF8 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 140 248 -
CMYK 0.38 0.44 0 0.03
HSL 247.22º 0.89% 0.76% -
HSV(B) 247.22º 0.44% 0.97% -
XYZ 39.46 32.31 92.96 -
YUV 156.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 153 140 248 0.38 0.44 0 0.03 247.22 0.89 0.76
Hex 99 8C F8 26 2C 0 3 F7 59 4C
Octal 231 214 370 46 54 0 3 367 131 114
Binary 10011001 10001100 11111000 100110 101100 0 11 11110111 1011001 1001100

Color Harmonies of #998CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CF8

Black with #998CF8

Text Example


Text Example

White with #998CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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