Html Css Color HEX #9350FD Light Slate Blue

📋 copy color: '#9350FD'

red 147 ◦ green 80 ◦ blue 253

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

Shades of Light Slate Blue #9350FD

Tints of Light Slate Blue #9350FD

RGB

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

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

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

R = 30.63%
G = 16.67%
B = 52.71%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9350FD (or 0x9350FD) is known color: Light Slate Blue. HEX triplet: 93, 50 and FD. RGB value is (147,80,253). Sum of RGB (Red+Green+Blue) = 147+80+253=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #9350FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350FD is #6CAF02. Grayscale: #777777. Windows color (decimal): -7122691 or 16601235. OLE color: 16601235.

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

Color convert

RGB 147 80 253 -
CMYK 0.42 0.68 0 0.01
HSL 263.24º 0.98% 0.65% -
HSV(B) 263.24º 0.68% 0.99% -
XYZ 32.63 19.03 94.88 -
YUV 119.76 203.2 147.43 -
System Red Green Blue C M Y K H S L
Decimal 147 80 253 0.42 0.68 0 0.01 263.24 0.98 0.65
Hex 93 50 FD 2A 44 0 1 107 62 41
Octal 223 120 375 52 104 0 1 407 142 101
Binary 10010011 1010000 11111101 101010 1000100 0 1 100000111 1100010 1000001

Color Harmonies of #9350FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350FD

Black with #9350FD

Text Example


Text Example

White with #9350FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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