#9073FA

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

Shades of Light Slate Blue #9073FA

Tints of Light Slate Blue #9073FA

Color information

#9073FA (or 0x9073FA) is unknown color: approx Light Slate Blue. HEX triplet: 90, 73 and FA. RGB value is (144,115,250). Sum of RGB (Red+Green+Blue) = 144+115+250=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #9073FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9073FA is #6F8C05. Grayscale: #8A8A8A. Windows color (decimal): -7310342 or 16413584. OLE color: 16413584.

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

Color convert

RGB144115250-
CMYK0.420.5400.02
HSL252.89º93.1%71.57%-
HSV(B)252.89º54%98.04%-
XYZ34.8925.0993.45-
YUV139.06190.61131.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=28.29%
G=22.59%
B=49.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441152500.420.5400.02252.8993.171.57
Hex9073FA2A3602fd5d48
Octal220163372526602375135110
Binary100100001110011111110101010101101100101111110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,115,250); }

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

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

 a { background-color: rgb(144,115,250); }

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

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

 span { border-color: rgb(144,115,250); }

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