Html Css Color HEX #988EF6 Light Slate Blue

📋 copy color: '#988EF6'

red 152 ◦ green 142 ◦ blue 246

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

Shades of Light Slate Blue #988EF6

Tints of Light Slate Blue #988EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.56%

R = 28.15%
G = 26.3%
B = 45.56%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#988EF6 (or 0x988EF6) is known color: Light Slate Blue. HEX triplet: 98, 8E and F6. RGB value is (152,142,246). Sum of RGB (Red+Green+Blue) = 152+142+246=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #988EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EF6 is #677109. Grayscale: #9C9C9C. Windows color (decimal): -6779146 or 16158360. OLE color: 16158360.

HSL color Cylindrical-coordinate representation of color #988EF6: hue angle of 245.77º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988EF6 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 142 246 -
CMYK 0.38 0.42 0 0.04
HSL 245.77º 0.85% 0.76% -
HSV(B) 245.77º 0.42% 0.96% -
XYZ 39.26 32.68 91.43 -
YUV 156.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 152 142 246 0.38 0.42 0 0.04 245.77 0.85 0.76
Hex 98 8E F6 26 2A 0 4 F6 55 4C
Octal 230 216 366 46 52 0 4 366 125 114
Binary 10011000 10001110 11110110 100110 101010 0 100 11110110 1010101 1001100

Color Harmonies of #988EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988EF6

Black with #988EF6

Text Example


Text Example

White with #988EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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