#9285FA

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

Shades of Light Slate Blue #9285FA

Tints of Light Slate Blue #9285FA

Color information

#9285FA (or 0x9285FA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 85 and FA. RGB value is (146,133,250). Sum of RGB (Red+Green+Blue) = 146+133+250=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #9285FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9285FA is #6D7A05. Grayscale: #959595. Windows color (decimal): -7174662 or 16418194. OLE color: 16418194.

HSL color Cylindrical-coordinate representation of color #9285FA: hue angle of 246.67º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9285FA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146133250-
CMYK0.420.4700.02
HSL246.67º92.13%75.1%-
HSV(B)246.67º46.8%98.04%-
XYZ37.529.7994.22-
YUV150.22184.31124.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=27.60%
G=25.14%
B=47.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461332500.420.4700.02246.6792.1375.1
Hex9285FA2A2F02f75c4b
Octal222205372525702367134113
Binary1001001010000101111110101010101011110101111011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9285FA; }

 p { color: rgb(146,133,250); }

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

<style>
 a { background-color: #9285FA; }

 a { background-color: rgb(146,133,250); }

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

<style>
 span { border-color: #9285FA; }

 span { border-color: rgb(146,133,250); }

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