#7D7EF0

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

Shades of Light Slate Blue #7D7EF0

Tints of Light Slate Blue #7D7EF0

Color information

#7D7EF0 (or 0x7D7EF0) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 7E and F0. RGB value is (125,126,240). Sum of RGB (Red+Green+Blue) = 125+126+240=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D7EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7EF0 is #82810F. Grayscale: #8A8A8A. Windows color (decimal): -8552720 or 15761021. OLE color: 15761021.

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

Color convert

RGB125126240-
CMYK0.480.4800.06
HSL239.48º79.31%71.57%-
HSV(B)239.48º47.92%94.12%-
XYZ31.6525.5785.71-
YUV138.7185.17118.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 240 (94.14% from 255) = 48.88%
R=25.46%
G=25.66%
B=48.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251262400.480.4800.06239.4879.3171.57
Hex7D7EF0303006ef4f48
Octal175176360606006357117110
Binary111110111111101111000011000011000001101110111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D7EF0; }

 p { color: rgb(125,126,240); }

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

<style>
 a { background-color: #7D7EF0; }

 a { background-color: rgb(125,126,240); }

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

<style>
 span { border-color: #7D7EF0; }

 span { border-color: rgb(125,126,240); }

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