#9290FB

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

Shades of Light Slate Blue #9290FB

Tints of Light Slate Blue #9290FB

Color information

#9290FB (or 0x9290FB) is unknown color: approx Light Slate Blue. HEX triplet: 92, 90 and FB. RGB value is (146,144,251). Sum of RGB (Red+Green+Blue) = 146+144+251=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #9290FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290FB is #6D6F04. Grayscale: #9C9C9C. Windows color (decimal): -7171845 or 16486546. OLE color: 16486546.

HSL color Cylindrical-coordinate representation of color #9290FB: hue angle of 241.12º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9290FB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146144251-
CMYK0.420.4300.02
HSL241.12º93.04%77.45%-
HSV(B)241.12º42.63%98.43%-
XYZ39.2433.0295.57-
YUV156.8181.16120.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=26.99%
G=26.62%
B=46.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461442510.420.4300.02241.1293.0477.45
Hex9290FB2A2B02f15d4d
Octal222220373525302361135115
Binary1001001010010000111110111010101010110101111000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9290FB; }

 p { color: rgb(146,144,251); }

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

<style>
 a { background-color: #9290FB; }

 a { background-color: rgb(146,144,251); }

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

<style>
 span { border-color: #9290FB; }

 span { border-color: rgb(146,144,251); }

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