#925FF9

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

Shades of Light Slate Blue #925FF9

Tints of Light Slate Blue #925FF9

Color information

#925FF9 (or 0x925FF9) is unknown color: approx Light Slate Blue. HEX triplet: 92, 5F and F9. RGB value is (146,95,249). Sum of RGB (Red+Green+Blue) = 146+95+249=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #925FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925FF9 is #6DA006. Grayscale: #7F7F7F. Windows color (decimal): -7184391 or 16342930. OLE color: 16342930.

HSL color Cylindrical-coordinate representation of color #925FF9: hue angle of 259.87º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #925FF9 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14695249-
CMYK0.410.6200.02
HSL259.87º92.77%67.45%-
HSV(B)259.87º61.85%97.65%-
XYZ33.0521.1391.96-
YUV127.8196.4140.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 95 (37.5% from 255) = 19.39%
BLUE value IS 249 (97.66% from 255) = 50.82%
R=29.80%
G=19.39%
B=50.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal146952490.410.6200.02259.8792.7767.45
Hex925FF9293E021045d43
Octal222137371517602404135103
Binary1001001010111111111100110100111111001010000010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,95,249); }

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

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

 a { background-color: rgb(146,95,249); }

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

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

 span { border-color: rgb(146,95,249); }

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