#9372f4

Color #9372F4 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9372F4

Tints of Light Slate Blue #9372F4

Color information

#9372F4 (or 0x9372F4) is unknown color: approx Light Slate Blue. HEX triplet: 93, 72 and F4. RGB value is (147,114,244). Sum of RGB (Red+Green+Blue) = 147+114+244=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #9372F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9372F4 is #6C8D0B. Grayscale: #8A8A8A. Windows color (decimal): -7113996 or 16020115. OLE color: 16020115.

HSL color Cylindrical-coordinate representation of color #9372F4: hue angle of 255.23º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9372F4 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147114244-
CMYK0.400.5300.04
HSL255.23º85.53%70.2%-
HSV(B)255.23º53.28%95.69%-
XYZ34.3824.7788.56-
YUV138.69187.43133.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 244 (95.70% from 255) = 48.32%
R=29.11%
G=22.57%
B=48.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471142440.400.5300.04255.2385.5370.2
Hex9372F4283504ff5646
Octal223162364506504377126106
Binary1001001111100101111010010100011010101001111111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9372f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9372f4; }

 p { color: rgb(147,114,244); }

 H1.HeaderClassName
 {
   color: #9372f4;
 }
 .AnyTagClassName
 {
   color: #9372f4;
 }
</style>
background-color css

<style>
 a { background-color: #9372f4; }

 a { background-color: rgb(147,114,244); }

 div.DivClassName
 {
   background-color: #9372f4;
 }
 .BgClassName
 {
   background-color: #9372f4;
 }
</style>
border-color css

<style>
 span { border-color: #9372f4; }

 span { border-color: rgb(147,114,244); }

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