Html Css Color HEX #9367FC Light Slate Blue

📋 copy color: '#9367FC'

red 147 ◦ green 103 ◦ blue 252

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

Shades of Light Slate Blue #9367FC

Tints of Light Slate Blue #9367FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.52%

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

R = 29.28%
G = 20.52%
B = 50.2%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9367FC (or 0x9367FC) is known color: Light Slate Blue. HEX triplet: 93, 67 and FC. RGB value is (147,103,252). Sum of RGB (Red+Green+Blue) = 147+103+252=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9367FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367FC is #6C9803. Grayscale: #848484. Windows color (decimal): -7116804 or 16541587. OLE color: 16541587.

HSL color Cylindrical-coordinate representation of color #9367FC: hue angle of 257.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9367FC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 103 252 -
CMYK 0.42 0.59 0 0.01
HSL 257.72º 0.96% 0.7% -
HSV(B) 257.72º 0.59% 0.99% -
XYZ 34.45 22.93 94.71 -
YUV 133.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 147 103 252 0.42 0.59 0 0.01 257.72 0.96 0.7
Hex 93 67 FC 2A 3B 0 1 102 60 46
Octal 223 147 374 52 73 0 1 402 140 106
Binary 10010011 1100111 11111100 101010 111011 0 1 100000010 1100000 1000110

Color Harmonies of #9367FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9367FC

Black with #9367FC

Text Example


Text Example

White with #9367FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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