Html Css Color HEX #9886F8 Light Slate Blue

📋 copy color: '#9886F8'

red 152 ◦ green 134 ◦ blue 248

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

Shades of Light Slate Blue #9886F8

Tints of Light Slate Blue #9886F8

RGB

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

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

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

R = 28.46%
G = 25.09%
B = 46.44%

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

#9886F8 (or 0x9886F8) is known color: Light Slate Blue. HEX triplet: 98, 86 and F8. RGB value is (152,134,248). Sum of RGB (Red+Green+Blue) = 152+134+248=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #9886F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9886F8 is #677907. Grayscale: #979797. Windows color (decimal): -6781192 or 16287384. OLE color: 16287384.

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

Color convert

RGB 152 134 248 -
CMYK 0.39 0.46 0 0.03
HSL 249.47º 0.89% 0.75% -
HSV(B) 249.47º 0.46% 0.97% -
XYZ 38.42 30.5 92.67 -
YUV 152.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 152 134 248 0.39 0.46 0 0.03 249.47 0.89 0.75
Hex 98 86 F8 27 2E 0 3 F9 59 4B
Octal 230 206 370 47 56 0 3 371 131 113
Binary 10011000 10000110 11111000 100111 101110 0 11 11111001 1011001 1001011

Color Harmonies of #9886F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886F8

Black with #9886F8

Text Example


Text Example

White with #9886F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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