#9293FD

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

Shades of Light Slate Blue #9293FD

Tints of Light Slate Blue #9293FD

Color information

#9293FD (or 0x9293FD) is unknown color: approx Light Slate Blue. HEX triplet: 92, 93 and FD. RGB value is (146,147,253). Sum of RGB (Red+Green+Blue) = 146+147+253=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #9293FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9293FD is #6D6C02. Grayscale: #9E9E9E. Windows color (decimal): -7171075 or 16618386. OLE color: 16618386.

HSL color Cylindrical-coordinate representation of color #9293FD: hue angle of 239.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9293FD is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146147253-
CMYK0.420.4200.01
HSL239.44º96.4%78.24%-
HSV(B)239.44º42.29%99.22%-
XYZ40.0234.0797.4-
YUV158.78181.17118.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.74%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=26.74%
G=26.92%
B=46.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461472530.420.4200.01239.4496.478.24
Hex9293FD2A2A01ef604e
Octal222223375525201357140116
Binary100100101001001111111101101010101010011110111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9293FD; }

 p { color: rgb(146,147,253); }

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

<style>
 a { background-color: #9293FD; }

 a { background-color: rgb(146,147,253); }

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

<style>
 span { border-color: #9293FD; }

 span { border-color: rgb(146,147,253); }

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