#9273FF

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

Shades of Light Slate Blue #9273FF

Tints of Light Slate Blue #9273FF

Color information

#9273FF (or 0x9273FF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 73 and FF. RGB value is (146,115,255). Sum of RGB (Red+Green+Blue) = 146+115+255=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #9273FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9273FF is #6D8C00. Grayscale: #8B8B8B. Windows color (decimal): -7179265 or 16741266. OLE color: 16741266.

HSL color Cylindrical-coordinate representation of color #9273FF: hue angle of 253.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9273FF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146115255-
CMYK0.430.5500
HSL253.29º100%72.55%-
HSV(B)253.29º54.9%100%-
XYZ36.0325.5997.65-
YUV140.23192.77132.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 255 (100% from 255) = 49.42%
R=28.29%
G=22.29%
B=49.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461152550.430.5500253.2910072.55
Hex9273FF2B3700fd6449
Octal222163377536700375144111
Binary10010010111001111111111101011110111001111110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9273FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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