Html Css Color HEX #9353FB Light Slate Blue

📋 copy color: '#9353FB'

red 147 ◦ green 83 ◦ blue 251

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

Shades of Light Slate Blue #9353FB

Tints of Light Slate Blue #9353FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 30.56%
G = 17.26%
B = 52.18%

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

#9353FB (or 0x9353FB) is known color: Light Slate Blue. HEX triplet: 93, 53 and FB. RGB value is (147,83,251). Sum of RGB (Red+Green+Blue) = 147+83+251=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #9353FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353FB is #6CAC04. Grayscale: #787878. Windows color (decimal): -7121925 or 16470931. OLE color: 16470931.

HSL color Cylindrical-coordinate representation of color #9353FB: hue angle of 262.86º degrees, saturation: 0.95, 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 #9353FB is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 83 251 -
CMYK 0.41 0.67 0 0.02
HSL 262.86º 0.95% 0.65% -
HSV(B) 262.86º 0.67% 0.98% -
XYZ 32.54 19.35 93.29 -
YUV 121.29 201.2 146.34 -
System Red Green Blue C M Y K H S L
Decimal 147 83 251 0.41 0.67 0 0.02 262.86 0.95 0.65
Hex 93 53 FB 29 43 0 2 107 5F 41
Octal 223 123 373 51 103 0 2 407 137 101
Binary 10010011 1010011 11111011 101001 1000011 0 10 100000111 1011111 1000001

Color Harmonies of #9353FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353FB

Black with #9353FB

Text Example


Text Example

White with #9353FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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