Html Css Color HEX #9353FA Light Slate Blue

📋 copy color: '#9353FA'

red 147 ◦ green 83 ◦ blue 250

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

Shades of Light Slate Blue #9353FA

Tints of Light Slate Blue #9353FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 30.63%
G = 17.29%
B = 52.08%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9353FA (or 0x9353FA) is known color: Light Slate Blue. HEX triplet: 93, 53 and FA. RGB value is (147,83,250). Sum of RGB (Red+Green+Blue) = 147+83+250=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #9353FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353FA is #6CAC05. Grayscale: #787878. Windows color (decimal): -7121926 or 16405395. OLE color: 16405395.

HSL color Cylindrical-coordinate representation of color #9353FA: hue angle of 262.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9353FA is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 83 250 -
CMYK 0.41 0.67 0 0.02
HSL 262.99º 0.94% 0.65% -
HSV(B) 262.99º 0.67% 0.98% -
XYZ 32.38 19.29 92.46 -
YUV 121.17 200.7 146.42 -
System Red Green Blue C M Y K H S L
Decimal 147 83 250 0.41 0.67 0 0.02 262.99 0.94 0.65
Hex 93 53 FA 29 43 0 2 107 5E 41
Octal 223 123 372 51 103 0 2 407 136 101
Binary 10010011 1010011 11111010 101001 1000011 0 10 100000111 1011110 1000001

Color Harmonies of #9353FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353FA

Black with #9353FA

Text Example


Text Example

White with #9353FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9353FA; }

 p { color: rgb(147,83,250); }

 H1.HeaderClassName
 {
   color: #9353FA;
 }
 .AnyTagClassName
 {
   color: #9353FA;
 }
</style>

background-color css

<style>
 a { background-color: #9353FA; }

 a { background-color: rgb(147,83,250); }

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

border-color css

<style>
 span { border-color: #9353FA; }

 span { border-color: rgb(147,83,250); }

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