#9287FA

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

Shades of Light Slate Blue #9287FA

Tints of Light Slate Blue #9287FA

Color information

#9287FA (or 0x9287FA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 87 and FA. RGB value is (146,135,250). Sum of RGB (Red+Green+Blue) = 146+135+250=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #9287FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9287FA is #6D7805. Grayscale: #969696. Windows color (decimal): -7174150 or 16418706. OLE color: 16418706.

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

Color convert

RGB146135250-
CMYK0.420.4600.02
HSL245.74º92%75.49%-
HSV(B)245.74º46%98.04%-
XYZ37.7730.3494.31-
YUV151.4183.64124.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=27.50%
G=25.42%
B=47.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461352500.420.4600.02245.749275.49
Hex9287FA2A2E02f65c4b
Octal222207372525602366134113
Binary1001001010000111111110101010101011100101111011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9287FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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