Html Css Color HEX #9886FE Light Slate Blue

📋 copy color: '#9886FE'

red 152 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #9886FE

Tints of Light Slate Blue #9886FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.81%

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

R = 28.15%
G = 24.81%
B = 47.04%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9886FE (or 0x9886FE) is known color: Light Slate Blue. HEX triplet: 98, 86 and FE. RGB value is (152,134,254). Sum of RGB (Red+Green+Blue) = 152+134+254=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #9886FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9886FE is #677901. Grayscale: #989898. Windows color (decimal): -6781186 or 16680600. OLE color: 16680600.

HSL color Cylindrical-coordinate representation of color #9886FE: hue angle of 249º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9886FE is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 134 254 -
CMYK 0.40 0.47 0 0.00
HSL 249º 0.98% 0.76% -
HSV(B) 249º 0.47% 1% -
XYZ 39.36 30.88 97.65 -
YUV 153.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 152 134 254 0.40 0.47 0 0.00 249 0.98 0.76
Hex 98 86 FE 28 2F 0 0 F9 62 4C
Octal 230 206 376 50 57 0 0 371 142 114
Binary 10011000 10000110 11111110 101000 101111 0 0 11111001 1100010 1001100

Color Harmonies of #9886FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886FE

Black with #9886FE

Text Example


Text Example

White with #9886FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9886FE; }

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

 H1.HeaderClassName
 {
   color: #9886FE;
 }
 .AnyTagClassName
 {
   color: #9886FE;
 }
</style>

background-color css

<style>
 a { background-color: #9886FE; }

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

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

border-color css

<style>
 span { border-color: #9886FE; }

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

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