#9070fd

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

Shades of Light Slate Blue #9070FD

Tints of Light Slate Blue #9070FD

Color information

#9070FD (or 0x9070FD) is unknown color: approx Light Slate Blue. HEX triplet: 90, 70 and FD. RGB value is (144,112,253). Sum of RGB (Red+Green+Blue) = 144+112+253=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #9070FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9070FD is #6F8F02. Grayscale: #898989. Windows color (decimal): -7311107 or 16609424. OLE color: 16609424.

HSL color Cylindrical-coordinate representation of color #9070FD: hue angle of 253.62º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9070FD is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144112253-
CMYK0.430.5600.01
HSL253.62º97.24%71.57%-
HSV(B)253.62º55.73%99.22%-
XYZ35.0324.6195.83-
YUV137.64193.1132.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=28.29%
G=22.00%
B=49.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441122530.430.5600.01253.6297.2471.57
Hex9070FD2B3801fe6148
Octal220160375537001376141110
Binary10010000111000011111101101011111000011111111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9070fd; }

 p { color: rgb(144,112,253); }

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

<style>
 a { background-color: #9070fd; }

 a { background-color: rgb(144,112,253); }

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

<style>
 span { border-color: #9070fd; }

 span { border-color: rgb(144,112,253); }

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