Html Css Color HEX #9886F7 Light Slate Blue

📋 copy color: '#9886F7'

red 152 ◦ green 134 ◦ blue 247

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

Shades of Light Slate Blue #9886F7

Tints of Light Slate Blue #9886F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.34%

R = 28.52%
G = 25.14%
B = 46.34%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9886F7 (or 0x9886F7) is known color: Light Slate Blue. HEX triplet: 98, 86 and F7. RGB value is (152,134,247). Sum of RGB (Red+Green+Blue) = 152+134+247=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #9886F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9886F7 is #677908. Grayscale: #979797. Windows color (decimal): -6781193 or 16221848. OLE color: 16221848.

HSL color Cylindrical-coordinate representation of color #9886F7: hue angle of 249.56º degrees, saturation: 0.88, 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 #9886F7 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 134 247 -
CMYK 0.38 0.46 0 0.03
HSL 249.56º 0.88% 0.75% -
HSV(B) 249.56º 0.46% 0.97% -
XYZ 38.26 30.44 91.85 -
YUV 152.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 152 134 247 0.38 0.46 0 0.03 249.56 0.88 0.75
Hex 98 86 F7 26 2E 0 3 FA 58 4B
Octal 230 206 367 46 56 0 3 372 130 113
Binary 10011000 10000110 11110111 100110 101110 0 11 11111010 1011000 1001011

Color Harmonies of #9886F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886F7

Black with #9886F7

Text Example


Text Example

White with #9886F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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