Html Css Color HEX #9364FE Light Slate Blue

📋 copy color: '#9364FE'

red 147 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #9364FE

Tints of Light Slate Blue #9364FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.96%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 29.34%
G = 19.96%
B = 50.7%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9364FE (or 0x9364FE) is known color: Light Slate Blue. HEX triplet: 93, 64 and FE. RGB value is (147,100,254). Sum of RGB (Red+Green+Blue) = 147+100+254=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #9364FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9364FE is #6C9B01. Grayscale: #838383. Windows color (decimal): -7117570 or 16671891. OLE color: 16671891.

HSL color Cylindrical-coordinate representation of color #9364FE: hue angle of 258.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9364FE is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 100 254 -
CMYK 0.42 0.61 0 0.00
HSL 258.31º 0.99% 0.69% -
HSV(B) 258.31º 0.61% 1% -
XYZ 34.48 22.47 96.29 -
YUV 131.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 147 100 254 0.42 0.61 0 0.00 258.31 0.99 0.69
Hex 93 64 FE 2A 3D 0 0 102 63 45
Octal 223 144 376 52 75 0 0 402 143 105
Binary 10010011 1100100 11111110 101010 111101 0 0 100000010 1100011 1000101

Color Harmonies of #9364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9364FE

Black with #9364FE

Text Example


Text Example

White with #9364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9364FE; }

 p { color: rgb(147,100,254); }

 H1.HeaderClassName
 {
   color: #9364FE;
 }
 .AnyTagClassName
 {
   color: #9364FE;
 }
</style>

background-color css

<style>
 a { background-color: #9364FE; }

 a { background-color: rgb(147,100,254); }

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

border-color css

<style>
 span { border-color: #9364FE; }

 span { border-color: rgb(147,100,254); }

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