#907FF0

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

Shades of Light Slate Blue #907FF0

Tints of Light Slate Blue #907FF0

Color information

#907FF0 (or 0x907FF0) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7F and F0. RGB value is (144,127,240). Sum of RGB (Red+Green+Blue) = 144+127+240=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #907FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907FF0 is #6F800F. Grayscale: #909090. Windows color (decimal): -7307280 or 15761296. OLE color: 15761296.

HSL color Cylindrical-coordinate representation of color #907FF0: hue angle of 249.03º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #907FF0 is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144127240-
CMYK0.40.4700.06
HSL249.03º79.02%71.96%-
HSV(B)249.03º47.08%94.12%-
XYZ34.8227.485.89-
YUV144.96181.63127.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=28.18%
G=24.85%
B=46.97%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441272400.40.4700.06249.0379.0271.96
Hex907FF0282F06f94f48
Octal220177360505706371117110
Binary1001000011111111111000010100010111101101111100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907FF0; }

 p { color: rgb(144,127,240); }

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

<style>
 a { background-color: #907FF0; }

 a { background-color: rgb(144,127,240); }

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

<style>
 span { border-color: #907FF0; }

 span { border-color: rgb(144,127,240); }

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