Html Css Color HEX #988FFE Light Slate Blue

📋 copy color: '#988FFE'

red 152 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #988FFE

Tints of Light Slate Blue #988FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.05%

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

R = 27.69%
G = 26.05%
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

#988FFE (or 0x988FFE) is known color: Light Slate Blue. HEX triplet: 98, 8F and FE. RGB value is (152,143,254). Sum of RGB (Red+Green+Blue) = 152+143+254=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 143 (56.25% from 255 or 26.05% 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 #988FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FFE is #677001. Grayscale: #9D9D9D. Windows color (decimal): -6778882 or 16682904. OLE color: 16682904.

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

Color convert

RGB 152 143 254 -
CMYK 0.40 0.44 0 0.00
HSL 244.86º 0.98% 0.78% -
HSV(B) 244.86º 0.44% 1% -
XYZ 40.66 33.48 98.08 -
YUV 158.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 152 143 254 0.40 0.44 0 0.00 244.86 0.98 0.78
Hex 98 8F FE 28 2C 0 0 F5 62 4E
Octal 230 217 376 50 54 0 0 365 142 116
Binary 10011000 10001111 11111110 101000 101100 0 0 11110101 1100010 1001110

Color Harmonies of #988FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FFE

Black with #988FFE

Text Example


Text Example

White with #988FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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