#9073EF

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

Shades of Light Slate Blue #9073EF

Tints of Light Slate Blue #9073EF

Color information

#9073EF (or 0x9073EF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 73 and EF. RGB value is (144,115,239). Sum of RGB (Red+Green+Blue) = 144+115+239=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #9073EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9073EF is #6F8C10. Grayscale: #898989. Windows color (decimal): -7310353 or 15692688. OLE color: 15692688.

HSL color Cylindrical-coordinate representation of color #9073EF: hue angle of 254.03º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9073EF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144115239-
CMYK0.400.5200.06
HSL254.03º79.49%69.41%-
HSV(B)254.03º51.88%93.73%-
XYZ33.2124.4284.62-
YUV137.81185.11132.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.92%
GREEN value IS 115 (45.31% from 255) = 23.09%
BLUE value IS 239 (93.75% from 255) = 47.99%
R=28.92%
G=23.09%
B=47.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441152390.400.5200.06254.0379.4969.41
Hex9073EF283406fe4f45
Octal220163357506406376117105
Binary1001000011100111110111110100011010001101111111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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