Html Css Color HEX #9362FA Light Slate Blue

📋 copy color: '#9362FA'

red 147 ◦ green 98 ◦ blue 250

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

Shades of Light Slate Blue #9362FA

Tints of Light Slate Blue #9362FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 29.7%
G = 19.8%
B = 50.51%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9362FA (or 0x9362FA) is known color: Light Slate Blue. HEX triplet: 93, 62 and FA. RGB value is (147,98,250). Sum of RGB (Red+Green+Blue) = 147+98+250=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9362FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9362FA is #6C9D05. Grayscale: #818181. Windows color (decimal): -7118086 or 16409235. OLE color: 16409235.

HSL color Cylindrical-coordinate representation of color #9362FA: hue angle of 259.34º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9362FA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 98 250 -
CMYK 0.41 0.61 0 0.02
HSL 259.34º 0.94% 0.68% -
HSV(B) 259.34º 0.61% 0.98% -
XYZ 33.66 21.84 92.88 -
YUV 129.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 147 98 250 0.41 0.61 0 0.02 259.34 0.94 0.68
Hex 93 62 FA 29 3D 0 2 103 5E 44
Octal 223 142 372 51 75 0 2 403 136 104
Binary 10010011 1100010 11111010 101001 111101 0 10 100000011 1011110 1000100

Color Harmonies of #9362FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362FA

Black with #9362FA

Text Example


Text Example

White with #9362FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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