Html Css Color HEX #9362F7 Light Slate Blue

📋 copy color: '#9362F7'

red 147 ◦ green 98 ◦ blue 247

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

Shades of Light Slate Blue #9362F7

Tints of Light Slate Blue #9362F7

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.92%

 BLUE value IS 247 (96.88% from 255) = 50.2%

R = 29.88%
G = 19.92%
B = 50.2%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9362F7 (or 0x9362F7) is known color: Light Slate Blue. HEX triplet: 93, 62 and F7. RGB value is (147,98,247). Sum of RGB (Red+Green+Blue) = 147+98+247=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #9362F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9362F7 is #6C9D08. Grayscale: #818181. Windows color (decimal): -7118089 or 16212627. OLE color: 16212627.

HSL color Cylindrical-coordinate representation of color #9362F7: hue angle of 259.73º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9362F7 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 98 247 -
CMYK 0.40 0.60 0 0.03
HSL 259.73º 0.9% 0.68% -
HSV(B) 259.73º 0.6% 0.97% -
XYZ 33.19 21.65 90.43 -
YUV 129.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 147 98 247 0.40 0.60 0 0.03 259.73 0.9 0.68
Hex 93 62 F7 28 3C 0 3 104 5A 44
Octal 223 142 367 50 74 0 3 404 132 104
Binary 10010011 1100010 11110111 101000 111100 0 11 100000100 1011010 1000100

Color Harmonies of #9362F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362F7

Black with #9362F7

Text Example


Text Example

White with #9362F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9362F7; }

 p { color: rgb(147,98,247); }

 H1.HeaderClassName
 {
   color: #9362F7;
 }
 .AnyTagClassName
 {
   color: #9362F7;
 }
</style>

background-color css

<style>
 a { background-color: #9362F7; }

 a { background-color: rgb(147,98,247); }

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

border-color css

<style>
 span { border-color: #9362F7; }

 span { border-color: rgb(147,98,247); }

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