Html Css Color HEX #9365FD Light Slate Blue

📋 copy color: '#9365FD'

red 147 ◦ green 101 ◦ blue 253

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

Shades of Light Slate Blue #9365FD

Tints of Light Slate Blue #9365FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.16%

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

R = 29.34%
G = 20.16%
B = 50.5%

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

#9365FD (or 0x9365FD) is known color: Light Slate Blue. HEX triplet: 93, 65 and FD. RGB value is (147,101,253). Sum of RGB (Red+Green+Blue) = 147+101+253=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #9365FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9365FD is #6C9A02. Grayscale: #838383. Windows color (decimal): -7117315 or 16606611. OLE color: 16606611.

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

Color convert

RGB 147 101 253 -
CMYK 0.42 0.60 0 0.01
HSL 258.16º 0.97% 0.69% -
HSV(B) 258.16º 0.6% 0.99% -
XYZ 34.42 22.6 95.48 -
YUV 132.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 147 101 253 0.42 0.60 0 0.01 258.16 0.97 0.69
Hex 93 65 FD 2A 3C 0 1 102 61 45
Octal 223 145 375 52 74 0 1 402 141 105
Binary 10010011 1100101 11111101 101010 111100 0 1 100000010 1100001 1000101

Color Harmonies of #9365FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365FD

Black with #9365FD

Text Example


Text Example

White with #9365FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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