#9074F3

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

Shades of Light Slate Blue #9074F3

Tints of Light Slate Blue #9074F3

Color information

#9074F3 (or 0x9074F3) is unknown color: approx Light Slate Blue. HEX triplet: 90, 74 and F3. RGB value is (144,116,243). Sum of RGB (Red+Green+Blue) = 144+116+243=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #9074F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9074F3 is #6F8B0C. Grayscale: #8A8A8A. Windows color (decimal): -7310093 or 15955088. OLE color: 15955088.

HSL color Cylindrical-coordinate representation of color #9074F3: hue angle of 253.23º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9074F3 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144116243-
CMYK0.410.5200.05
HSL253.23º84.11%70.39%-
HSV(B)253.23º52.26%95.29%-
XYZ33.9224.8987.81-
YUV138.85186.78131.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=28.63%
G=23.06%
B=48.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441162430.410.5200.05253.2384.1170.39
Hex9074F3293405fd5446
Octal220164363516405375124106
Binary1001000011101001111001110100111010001011111110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9074F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9074F3; }

 p { color: rgb(144,116,243); }

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

<style>
 a { background-color: #9074F3; }

 a { background-color: rgb(144,116,243); }

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

<style>
 span { border-color: #9074F3; }

 span { border-color: rgb(144,116,243); }

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