Html Css Color HEX #9866F8 Light Slate Blue

📋 copy color: '#9866F8'

red 152 ◦ green 102 ◦ blue 248

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

Shades of Light Slate Blue #9866F8

Tints of Light Slate Blue #9866F8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

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

R = 30.28%
G = 20.32%
B = 49.4%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9866F8 (or 0x9866F8) is known color: Light Slate Blue. HEX triplet: 98, 66 and F8. RGB value is (152,102,248). Sum of RGB (Red+Green+Blue) = 152+102+248=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #9866F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9866F8 is #679907. Grayscale: #858585. Windows color (decimal): -6789384 or 16279192. OLE color: 16279192.

HSL color Cylindrical-coordinate representation of color #9866F8: hue angle of 260.55º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9866F8 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 102 248 -
CMYK 0.39 0.59 0 0.03
HSL 260.55º 0.91% 0.69% -
HSV(B) 260.55º 0.59% 0.97% -
XYZ 34.64 22.96 91.41 -
YUV 133.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 152 102 248 0.39 0.59 0 0.03 260.55 0.91 0.69
Hex 98 66 F8 27 3B 0 3 105 5B 45
Octal 230 146 370 47 73 0 3 405 133 105
Binary 10011000 1100110 11111000 100111 111011 0 11 100000101 1011011 1000101

Color Harmonies of #9866F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866F8

Black with #9866F8

Text Example


Text Example

White with #9866F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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