Html Css Color HEX #9366F9 Light Slate Blue

📋 copy color: '#9366F9'

red 147 ◦ green 102 ◦ blue 249

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

Shades of Light Slate Blue #9366F9

Tints of Light Slate Blue #9366F9

RGB

 RED value IS 147 (57.81% from 255) = 29.52%

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 29.52%
G = 20.48%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9366F9 (or 0x9366F9) is known color: Light Slate Blue. HEX triplet: 93, 66 and F9. RGB value is (147,102,249). Sum of RGB (Red+Green+Blue) = 147+102+249=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #9366F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366F9 is #6C9906. Grayscale: #838383. Windows color (decimal): -7117063 or 16344723. OLE color: 16344723.

HSL color Cylindrical-coordinate representation of color #9366F9: hue angle of 258.37º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9366F9 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 102 249 -
CMYK 0.41 0.59 0 0.02
HSL 258.37º 0.92% 0.69% -
HSV(B) 258.37º 0.59% 0.98% -
XYZ 33.88 22.55 92.19 -
YUV 132.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 147 102 249 0.41 0.59 0 0.02 258.37 0.92 0.69
Hex 93 66 F9 29 3B 0 2 102 5C 45
Octal 223 146 371 51 73 0 2 402 134 105
Binary 10010011 1100110 11111001 101001 111011 0 10 100000010 1011100 1000101

Color Harmonies of #9366F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366F9

Black with #9366F9

Text Example


Text Example

White with #9366F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9366F9; }

 p { color: rgb(147,102,249); }

 H1.HeaderClassName
 {
   color: #9366F9;
 }
 .AnyTagClassName
 {
   color: #9366F9;
 }
</style>

background-color css

<style>
 a { background-color: #9366F9; }

 a { background-color: rgb(147,102,249); }

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

border-color css

<style>
 span { border-color: #9366F9; }

 span { border-color: rgb(147,102,249); }

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