#925EF4

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

Shades of Light Slate Blue #925EF4

Tints of Light Slate Blue #925EF4

Color information

#925EF4 (or 0x925EF4) is unknown color: approx Light Slate Blue. HEX triplet: 92, 5E and F4. RGB value is (146,94,244). Sum of RGB (Red+Green+Blue) = 146+94+244=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #925EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925EF4 is #6DA10B. Grayscale: #7E7E7E. Windows color (decimal): -7184652 or 16014994. OLE color: 16014994.

HSL color Cylindrical-coordinate representation of color #925EF4: hue angle of 260.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #925EF4 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14694244-
CMYK0.400.6100.04
HSL260.8º87.21%66.27%-
HSV(B)260.8º61.48%95.69%-
XYZ32.1920.6587.88-
YUV126.65194.23141.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 244 (95.70% from 255) = 50.41%
R=30.17%
G=19.42%
B=50.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal146942440.400.6100.04260.887.2166.27
Hex925EF4283D041055742
Octal222136364507504405127102
Binary10010010101111011110100101000111101010010000010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925EF4; }

 p { color: rgb(146,94,244); }

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

<style>
 a { background-color: #925EF4; }

 a { background-color: rgb(146,94,244); }

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

<style>
 span { border-color: #925EF4; }

 span { border-color: rgb(146,94,244); }

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