#9251FA

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

Shades of Light Slate Blue #9251FA

Tints of Light Slate Blue #9251FA

Color information

#9251FA (or 0x9251FA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 51 and FA. RGB value is (146,81,250). Sum of RGB (Red+Green+Blue) = 146+81+250=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #9251FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251FA is #6DAE05. Grayscale: #777777. Windows color (decimal): -7187974 or 16404882. OLE color: 16404882.

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

Color convert

RGB14681250-
CMYK0.420.6800.02
HSL263.08º94.41%64.9%-
HSV(B)263.08º67.6%98.04%-
XYZ32.0518.992.4-
YUV119.7201.53146.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 81 (32.03% from 255) = 16.98%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=30.61%
G=16.98%
B=52.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal146812500.420.6800.02263.0894.4164.9
Hex9251FA2A44021075e41
Octal2221213725210402407136101
Binary10010010101000111111010101010100010001010000011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9251FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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