#9066F7

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

Shades of Light Slate Blue #9066F7

Tints of Light Slate Blue #9066F7

Color information

#9066F7 (or 0x9066F7) is unknown color: approx Light Slate Blue. HEX triplet: 90, 66 and F7. RGB value is (144,102,247). Sum of RGB (Red+Green+Blue) = 144+102+247=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #9066F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066F7 is #6F9908. Grayscale: #828282. Windows color (decimal): -7313673 or 16213648. OLE color: 16213648.

HSL color Cylindrical-coordinate representation of color #9066F7: hue angle of 257.38º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9066F7 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB144102247-
CMYK0.420.5900.03
HSL257.38º90.06%68.43%-
HSV(B)257.38º58.7%96.86%-
XYZ33.0422.1590.53-
YUV131.09193.41137.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 247 (96.88% from 255) = 50.10%
R=29.21%
G=20.69%
B=50.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1441022470.420.5900.03257.3890.0668.43
Hex9066F72A3B031015a44
Octal220146367527303401132104
Binary1001000011001101111011110101011101101110000000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,102,247); }

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

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

 a { background-color: rgb(144,102,247); }

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

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

 span { border-color: rgb(144,102,247); }

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