#907EF5

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

Shades of Light Slate Blue #907EF5

Tints of Light Slate Blue #907EF5

Color information

#907EF5 (or 0x907EF5) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7E and F5. RGB value is (144,126,245). Sum of RGB (Red+Green+Blue) = 144+126+245=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #907EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907EF5 is #6F810A. Grayscale: #909090. Windows color (decimal): -7307531 or 16088720. OLE color: 16088720.

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

Color convert

RGB144126245-
CMYK0.410.4900.04
HSL249.08º85.61%72.75%-
HSV(B)249.08º48.57%96.08%-
XYZ35.4427.4489.82-
YUV144.95184.46127.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.96%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=27.96%
G=24.47%
B=47.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441262450.410.4900.04249.0885.6172.75
Hex907EF5293104f95649
Octal220176365516104371126111
Binary1001000011111101111010110100111000101001111100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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