Html Css Color HEX #9887FC Light Slate Blue

📋 copy color: '#9887FC'

red 152 ◦ green 135 ◦ blue 252

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

Shades of Light Slate Blue #9887FC

Tints of Light Slate Blue #9887FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 28.2%
G = 25.05%
B = 46.75%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9887FC (or 0x9887FC) is known color: Light Slate Blue. HEX triplet: 98, 87 and FC. RGB value is (152,135,252). Sum of RGB (Red+Green+Blue) = 152+135+252=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #9887FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9887FC is #677803. Grayscale: #989898. Windows color (decimal): -6780932 or 16549784. OLE color: 16549784.

HSL color Cylindrical-coordinate representation of color #9887FC: hue angle of 248.72º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9887FC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 135 252 -
CMYK 0.40 0.46 0 0.01
HSL 248.72º 0.95% 0.76% -
HSV(B) 248.72º 0.46% 0.99% -
XYZ 39.18 31.03 96.02 -
YUV 153.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 152 135 252 0.40 0.46 0 0.01 248.72 0.95 0.76
Hex 98 87 FC 28 2E 0 1 F9 5F 4C
Octal 230 207 374 50 56 0 1 371 137 114
Binary 10011000 10000111 11111100 101000 101110 0 1 11111001 1011111 1001100

Color Harmonies of #9887FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887FC

Black with #9887FC

Text Example


Text Example

White with #9887FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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