Html Css Color HEX #9887F8 Light Slate Blue

📋 copy color: '#9887F8'

red 152 ◦ green 135 ◦ blue 248

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

Shades of Light Slate Blue #9887F8

Tints of Light Slate Blue #9887F8

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.23%

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

R = 28.41%
G = 25.23%
B = 46.36%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9887F8 (or 0x9887F8) is known color: Light Slate Blue. HEX triplet: 98, 87 and F8. RGB value is (152,135,248). Sum of RGB (Red+Green+Blue) = 152+135+248=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #9887F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9887F8 is #677807. Grayscale: #989898. Windows color (decimal): -6780936 or 16287640. OLE color: 16287640.

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

Color convert

RGB 152 135 248 -
CMYK 0.39 0.46 0 0.03
HSL 249.03º 0.89% 0.75% -
HSV(B) 249.03º 0.46% 0.97% -
XYZ 38.56 30.78 92.72 -
YUV 152.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 152 135 248 0.39 0.46 0 0.03 249.03 0.89 0.75
Hex 98 87 F8 27 2E 0 3 F9 59 4B
Octal 230 207 370 47 56 0 3 371 131 113
Binary 10011000 10000111 11111000 100111 101110 0 11 11111001 1011001 1001011

Color Harmonies of #9887F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887F8

Black with #9887F8

Text Example


Text Example

White with #9887F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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