#907CF0

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

Shades of Light Slate Blue #907CF0

Tints of Light Slate Blue #907CF0

Color information

#907CF0 (or 0x907CF0) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7C and F0. RGB value is (144,124,240). Sum of RGB (Red+Green+Blue) = 144+124+240=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #907CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907CF0 is #6F830F. Grayscale: #8E8E8E. Windows color (decimal): -7308048 or 15760528. OLE color: 15760528.

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

Color convert

RGB144124240-
CMYK0.40.4800.06
HSL250.34º79.45%71.37%-
HSV(B)250.34º48.33%94.12%-
XYZ34.4426.6485.76-
YUV143.2182.63128.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 240 (94.14% from 255) = 47.24%
R=28.35%
G=24.41%
B=47.24%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441242400.40.4800.06250.3479.4571.37
Hex907CF0283006fa4f47
Octal220174360506006372117107
Binary1001000011111001111000010100011000001101111101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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