#9068F7

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

Shades of Light Slate Blue #9068F7

Tints of Light Slate Blue #9068F7

Color information

#9068F7 (or 0x9068F7) is unknown color: approx Light Slate Blue. HEX triplet: 90, 68 and F7. RGB value is (144,104,247). Sum of RGB (Red+Green+Blue) = 144+104+247=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #9068F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9068F7 is #6F9708. Grayscale: #838383. Windows color (decimal): -7313161 or 16214160. OLE color: 16214160.

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

Color convert

RGB144104247-
CMYK0.420.5800.03
HSL256.78º89.94%68.82%-
HSV(B)256.78º57.89%96.86%-
XYZ33.2422.5590.6-
YUV132.26192.75136.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 104 (41.02% from 255) = 21.01%
BLUE value IS 247 (96.88% from 255) = 49.90%
R=29.09%
G=21.01%
B=49.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1441042470.420.5800.03256.7889.9468.82
Hex9068F72A3A031015a45
Octal220150367527203401132105
Binary1001000011010001111011110101011101001110000000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9068F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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