#907CF9

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

Shades of Light Slate Blue #907CF9

Tints of Light Slate Blue #907CF9

Color information

#907CF9 (or 0x907CF9) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7C and F9. RGB value is (144,124,249). Sum of RGB (Red+Green+Blue) = 144+124+249=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #907CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907CF9 is #6F8306. Grayscale: #8F8F8F. Windows color (decimal): -7308039 or 16350352. OLE color: 16350352.

HSL color Cylindrical-coordinate representation of color #907CF9: hue angle of 249.6º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #907CF9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144124249-
CMYK0.420.5000.02
HSL249.6º91.24%73.14%-
HSV(B)249.6º50.2%97.65%-
XYZ35.8127.1892.98-
YUV144.23187.13127.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.85%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 249 (97.66% from 255) = 48.16%
R=27.85%
G=23.98%
B=48.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441242490.420.5000.02249.691.2473.14
Hex907CF92A3202fa5b49
Octal220174371526202372133111
Binary100100001111100111110011010101100100101111101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,124,249); }

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

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

 a { background-color: rgb(144,124,249); }

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

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

 span { border-color: rgb(144,124,249); }

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