Html Css Color HEX #9365FC Light Slate Blue

📋 copy color: '#9365FC'

red 147 ◦ green 101 ◦ blue 252

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

Shades of Light Slate Blue #9365FC

Tints of Light Slate Blue #9365FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 29.4%
G = 20.2%
B = 50.4%

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

#9365FC (or 0x9365FC) is known color: Light Slate Blue. HEX triplet: 93, 65 and FC. RGB value is (147,101,252). Sum of RGB (Red+Green+Blue) = 147+101+252=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #9365FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9365FC is #6C9A03. Grayscale: #838383. Windows color (decimal): -7117316 or 16541075. OLE color: 16541075.

HSL color Cylindrical-coordinate representation of color #9365FC: hue angle of 258.28º degrees, saturation: 0.96, 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 #9365FC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 101 252 -
CMYK 0.42 0.60 0 0.01
HSL 258.28º 0.96% 0.69% -
HSV(B) 258.28º 0.6% 0.99% -
XYZ 34.26 22.54 94.64 -
YUV 131.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 147 101 252 0.42 0.60 0 0.01 258.28 0.96 0.69
Hex 93 65 FC 2A 3C 0 1 102 60 45
Octal 223 145 374 52 74 0 1 402 140 105
Binary 10010011 1100101 11111100 101010 111100 0 1 100000010 1100000 1000101

Color Harmonies of #9365FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365FC

Black with #9365FC

Text Example


Text Example

White with #9365FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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