Html Css Color HEX #9366FD Light Slate Blue

📋 copy color: '#9366FD'

red 147 ◦ green 102 ◦ blue 253

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

Shades of Light Slate Blue #9366FD

Tints of Light Slate Blue #9366FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 29.28%
G = 20.32%
B = 50.4%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9366FD (or 0x9366FD) is known color: Light Slate Blue. HEX triplet: 93, 66 and FD. RGB value is (147,102,253). Sum of RGB (Red+Green+Blue) = 147+102+253=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #9366FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366FD is #6C9902. Grayscale: #848484. Windows color (decimal): -7117059 or 16606867. OLE color: 16606867.

HSL color Cylindrical-coordinate representation of color #9366FD: hue angle of 257.88º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9366FD is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 102 253 -
CMYK 0.42 0.60 0 0.01
HSL 257.88º 0.97% 0.7% -
HSV(B) 257.88º 0.6% 0.99% -
XYZ 34.51 22.8 95.51 -
YUV 132.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 147 102 253 0.42 0.60 0 0.01 257.88 0.97 0.7
Hex 93 66 FD 2A 3C 0 1 102 61 46
Octal 223 146 375 52 74 0 1 402 141 106
Binary 10010011 1100110 11111101 101010 111100 0 1 100000010 1100001 1000110

Color Harmonies of #9366FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366FD

Black with #9366FD

Text Example


Text Example

White with #9366FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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