#9251FC

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

Shades of Light Slate Blue #9251FC

Tints of Light Slate Blue #9251FC

Color information

#9251FC (or 0x9251FC) is unknown color: approx Light Slate Blue. HEX triplet: 92, 51 and FC. RGB value is (146,81,252). Sum of RGB (Red+Green+Blue) = 146+81+252=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #9251FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251FC is #6DAE03. Grayscale: #777777. Windows color (decimal): -7187972 or 16535954. OLE color: 16535954.

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

Color convert

RGB14681252-
CMYK0.420.6800.01
HSL262.81º96.61%65.29%-
HSV(B)262.81º67.86%98.82%-
XYZ32.3719.0294.06-
YUV119.93202.53146.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 81 (32.03% from 255) = 16.91%
BLUE value IS 252 (98.83% from 255) = 52.61%
R=30.48%
G=16.91%
B=52.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal146812520.420.6800.01262.8196.6165.29
Hex9251FC2A44011076141
Octal2221213745210401407141101
Binary1001001010100011111110010101010001000110000011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9251FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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