#9275FA

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

Shades of Light Slate Blue #9275FA

Tints of Light Slate Blue #9275FA

Color information

#9275FA (or 0x9275FA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 75 and FA. RGB value is (146,117,250). Sum of RGB (Red+Green+Blue) = 146+117+250=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #9275FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275FA is #6D8A05. Grayscale: #8C8C8C. Windows color (decimal): -7178758 or 16414098. OLE color: 16414098.

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

Color convert

RGB146117250-
CMYK0.420.5300.02
HSL253.08º93.01%71.96%-
HSV(B)253.08º53.2%98.04%-
XYZ35.4725.7493.54-
YUV140.83189.61131.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=28.46%
G=22.81%
B=48.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461172500.420.5300.02253.0893.0171.96
Hex9275FA2A3502fd5d48
Octal222165372526502375135110
Binary100100101110101111110101010101101010101111110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9275FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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