Html Css Color HEX #9350FB Light Slate Blue

📋 copy color: '#9350FB'

red 147 ◦ green 80 ◦ blue 251

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

Shades of Light Slate Blue #9350FB

Tints of Light Slate Blue #9350FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

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

R = 30.75%
G = 16.74%
B = 52.51%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9350FB (or 0x9350FB) is known color: Light Slate Blue. HEX triplet: 93, 50 and FB. RGB value is (147,80,251). Sum of RGB (Red+Green+Blue) = 147+80+251=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #9350FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350FB is #6CAF04. Grayscale: #767676. Windows color (decimal): -7122693 or 16470163. OLE color: 16470163.

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

Color convert

RGB 147 80 251 -
CMYK 0.41 0.68 0 0.02
HSL 263.51º 0.96% 0.65% -
HSV(B) 263.51º 0.68% 0.98% -
XYZ 32.31 18.91 93.21 -
YUV 119.53 202.2 147.6 -
System Red Green Blue C M Y K H S L
Decimal 147 80 251 0.41 0.68 0 0.02 263.51 0.96 0.65
Hex 93 50 FB 29 44 0 2 108 60 41
Octal 223 120 373 51 104 0 2 410 140 101
Binary 10010011 1010000 11111011 101001 1000100 0 10 100001000 1100000 1000001

Color Harmonies of #9350FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350FB

Black with #9350FB

Text Example


Text Example

White with #9350FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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