Html Css Color HEX #9362FE Light Slate Blue

📋 copy color: '#9362FE'

red 147 ◦ green 98 ◦ blue 254

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

Shades of Light Slate Blue #9362FE

Tints of Light Slate Blue #9362FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 29.46%
G = 19.64%
B = 50.9%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9362FE (or 0x9362FE) is known color: Light Slate Blue. HEX triplet: 93, 62 and FE. RGB value is (147,98,254). Sum of RGB (Red+Green+Blue) = 147+98+254=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #9362FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9362FE is #6C9D01. Grayscale: #818181. Windows color (decimal): -7118082 or 16671379. OLE color: 16671379.

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

Color convert

RGB 147 98 254 -
CMYK 0.42 0.61 0 0.00
HSL 258.85º 0.99% 0.69% -
HSV(B) 258.85º 0.61% 1% -
XYZ 34.29 22.09 96.22 -
YUV 130.44 197.73 139.82 -
System Red Green Blue C M Y K H S L
Decimal 147 98 254 0.42 0.61 0 0.00 258.85 0.99 0.69
Hex 93 62 FE 2A 3D 0 0 103 63 45
Octal 223 142 376 52 75 0 0 403 143 105
Binary 10010011 1100010 11111110 101010 111101 0 0 100000011 1100011 1000101

Color Harmonies of #9362FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362FE

Black with #9362FE

Text Example


Text Example

White with #9362FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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