#907FF5

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

Shades of Light Slate Blue #907FF5

Tints of Light Slate Blue #907FF5

Color information

#907FF5 (or 0x907FF5) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7F and F5. RGB value is (144,127,245). Sum of RGB (Red+Green+Blue) = 144+127+245=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #907FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907FF5 is #6F800A. Grayscale: #919191. Windows color (decimal): -7307275 or 16088976. OLE color: 16088976.

HSL color Cylindrical-coordinate representation of color #907FF5: hue angle of 248.64º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #907FF5 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144127245-
CMYK0.410.4800.04
HSL248.64º85.51%72.94%-
HSV(B)248.64º48.16%96.08%-
XYZ35.5727.789.86-
YUV145.54184.13126.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 245 (96.09% from 255) = 47.48%
R=27.91%
G=24.61%
B=47.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441272450.410.4800.04248.6485.5172.94
Hex907FF5293004f95649
Octal220177365516004371126111
Binary1001000011111111111010110100111000001001111100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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