Html Css Color HEX #9886FF Light Slate Blue

📋 copy color: '#9886FF'

red 152 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #9886FF

Tints of Light Slate Blue #9886FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.13%

R = 28.1%
G = 24.77%
B = 47.13%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9886FF (or 0x9886FF) is known color: Light Slate Blue. HEX triplet: 98, 86 and FF. RGB value is (152,134,255). Sum of RGB (Red+Green+Blue) = 152+134+255=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #9886FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9886FF is #677900. Grayscale: #989898. Windows color (decimal): -6781185 or 16746136. OLE color: 16746136.

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

Color convert

RGB 152 134 255 -
CMYK 0.40 0.47 0 0
HSL 248.93º 1% 0.76% -
HSV(B) 248.93º 0.47% 1% -
XYZ 39.52 30.95 98.5 -
YUV 153.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 152 134 255 0.40 0.47 0 0 248.93 1 0.76
Hex 98 86 FF 28 2F 0 0 F9 64 4C
Octal 230 206 377 50 57 0 0 371 144 114
Binary 10011000 10000110 11111111 101000 101111 0 0 11111001 1100100 1001100

Color Harmonies of #9886FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886FF

Black with #9886FF

Text Example


Text Example

White with #9886FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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