Html Css Color HEX #9370FE Light Slate Blue

📋 copy color: '#9370FE'

red 147 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #9370FE

Tints of Light Slate Blue #9370FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.83%

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

R = 28.65%
G = 21.83%
B = 49.51%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9370FE (or 0x9370FE) is known color: Light Slate Blue. HEX triplet: 93, 70 and FE. RGB value is (147,112,254). Sum of RGB (Red+Green+Blue) = 147+112+254=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #9370FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9370FE is #6C8F01. Grayscale: #8A8A8A. Windows color (decimal): -7114498 or 16674963. OLE color: 16674963.

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

Color convert

RGB 147 112 254 -
CMYK 0.42 0.56 0 0.00
HSL 254.79º 0.99% 0.72% -
HSV(B) 254.79º 0.56% 1% -
XYZ 35.72 24.95 96.7 -
YUV 138.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 147 112 254 0.42 0.56 0 0.00 254.79 0.99 0.72
Hex 93 70 FE 2A 38 0 0 FF 63 48
Octal 223 160 376 52 70 0 0 377 143 110
Binary 10010011 1110000 11111110 101010 111000 0 0 11111111 1100011 1001000

Color Harmonies of #9370FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370FE

Black with #9370FE

Text Example


Text Example

White with #9370FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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