Html Css Color HEX #9362FF Light Slate Blue

📋 copy color: '#9362FF'

red 147 ◦ green 98 ◦ blue 255

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

Shades of Light Slate Blue #9362FF

Tints of Light Slate Blue #9362FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 29.4%
G = 19.6%
B = 51%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9362FF (or 0x9362FF) is known color: Light Slate Blue. HEX triplet: 93, 62 and FF. RGB value is (147,98,255). Sum of RGB (Red+Green+Blue) = 147+98+255=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #9362FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9362FF is #6C9D00. Grayscale: #818181. Windows color (decimal): -7118081 or 16736915. OLE color: 16736915.

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

Color convert

RGB 147 98 255 -
CMYK 0.42 0.62 0 0
HSL 258.73º 1% 0.69% -
HSV(B) 258.73º 0.62% 1% -
XYZ 34.45 22.16 97.07 -
YUV 130.55 198.23 139.73 -
System Red Green Blue C M Y K H S L
Decimal 147 98 255 0.42 0.62 0 0 258.73 1 0.69
Hex 93 62 FF 2A 3E 0 0 103 64 45
Octal 223 142 377 52 76 0 0 403 144 105
Binary 10010011 1100010 11111111 101010 111110 0 0 100000011 1100100 1000101

Color Harmonies of #9362FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362FF

Black with #9362FF

Text Example


Text Example

White with #9362FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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