#9273F7

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

Shades of Light Slate Blue #9273F7

Tints of Light Slate Blue #9273F7

Color information

#9273F7 (or 0x9273F7) is unknown color: approx Light Slate Blue. HEX triplet: 92, 73 and F7. RGB value is (146,115,247). Sum of RGB (Red+Green+Blue) = 146+115+247=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #9273F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9273F7 is #6D8C08. Grayscale: #8A8A8A. Windows color (decimal): -7179273 or 16216978. OLE color: 16216978.

HSL color Cylindrical-coordinate representation of color #9273F7: hue angle of 254.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9273F7 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146115247-
CMYK0.410.5300.03
HSL254.09º89.19%70.98%-
HSV(B)254.09º53.44%96.86%-
XYZ34.7725.0991.01-
YUV139.32188.77132.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 247 (96.88% from 255) = 48.62%
R=28.74%
G=22.64%
B=48.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461152470.410.5300.03254.0989.1970.98
Hex9273F7293503fe5947
Octal222163367516503376131107
Binary100100101110011111101111010011101010111111111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9273F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9273F7; }

 p { color: rgb(146,115,247); }

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

<style>
 a { background-color: #9273F7; }

 a { background-color: rgb(146,115,247); }

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

<style>
 span { border-color: #9273F7; }

 span { border-color: rgb(146,115,247); }

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