Html Css Color HEX #988EFE Light Slate Blue

📋 copy color: '#988EFE'

red 152 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #988EFE

Tints of Light Slate Blue #988EFE

RGB

 RED value IS 152 (59.77% from 255) = 27.74%

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

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

R = 27.74%
G = 25.91%
B = 46.35%

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

#988EFE (or 0x988EFE) is known color: Light Slate Blue. HEX triplet: 98, 8E and FE. RGB value is (152,142,254). Sum of RGB (Red+Green+Blue) = 152+142+254=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #988EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EFE is #677101. Grayscale: #9D9D9D. Windows color (decimal): -6779138 or 16682648. OLE color: 16682648.

HSL color Cylindrical-coordinate representation of color #988EFE: hue angle of 245.36º 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 #988EFE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 142 254 -
CMYK 0.40 0.44 0 0.00
HSL 245.36º 0.98% 0.78% -
HSV(B) 245.36º 0.44% 1% -
XYZ 40.51 33.18 98.03 -
YUV 157.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 152 142 254 0.40 0.44 0 0.00 245.36 0.98 0.78
Hex 98 8E FE 28 2C 0 0 F5 62 4E
Octal 230 216 376 50 54 0 0 365 142 116
Binary 10011000 10001110 11111110 101000 101100 0 0 11110101 1100010 1001110

Color Harmonies of #988EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988EFE

Black with #988EFE

Text Example


Text Example

White with #988EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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