Html Css Color HEX #9888F8 Light Slate Blue

📋 copy color: '#9888F8'

red 152 ◦ green 136 ◦ blue 248

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

Shades of Light Slate Blue #9888F8

Tints of Light Slate Blue #9888F8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.37%

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

R = 28.36%
G = 25.37%
B = 46.27%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9888F8 (or 0x9888F8) is known color: Light Slate Blue. HEX triplet: 98, 88 and F8. RGB value is (152,136,248). Sum of RGB (Red+Green+Blue) = 152+136+248=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #9888F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9888F8 is #677707. Grayscale: #999999. Windows color (decimal): -6780680 or 16287896. OLE color: 16287896.

HSL color Cylindrical-coordinate representation of color #9888F8: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9888F8 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 136 248 -
CMYK 0.39 0.45 0 0.03
HSL 248.57º 0.89% 0.75% -
HSV(B) 248.57º 0.45% 0.97% -
XYZ 38.7 31.06 92.76 -
YUV 153.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 152 136 248 0.39 0.45 0 0.03 248.57 0.89 0.75
Hex 98 88 F8 27 2D 0 3 F9 59 4B
Octal 230 210 370 47 55 0 3 371 131 113
Binary 10011000 10001000 11111000 100111 101101 0 11 11111001 1011001 1001011

Color Harmonies of #9888F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9888F8

Black with #9888F8

Text Example


Text Example

White with #9888F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9888F8; }

 p { color: rgb(152,136,248); }

 H1.HeaderClassName
 {
   color: #9888F8;
 }
 .AnyTagClassName
 {
   color: #9888F8;
 }
</style>

background-color css

<style>
 a { background-color: #9888F8; }

 a { background-color: rgb(152,136,248); }

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

border-color css

<style>
 span { border-color: #9888F8; }

 span { border-color: rgb(152,136,248); }

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