#7D82EF

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

Shades of Light Slate Blue #7D82EF

Tints of Light Slate Blue #7D82EF

Color information

#7D82EF (or 0x7D82EF) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 82 and EF. RGB value is (125,130,239). Sum of RGB (Red+Green+Blue) = 125+130+239=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D82EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D82EF is #827D10. Grayscale: #8C8C8C. Windows color (decimal): -8551697 or 15696509. OLE color: 15696509.

HSL color Cylindrical-coordinate representation of color #7D82EF: hue angle of 237.37º degrees, saturation: 0.78, 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 #7D82EF is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125130239-
CMYK0.480.4600.06
HSL237.37º78.08%71.37%-
HSV(B)237.37º47.7%93.73%-
XYZ32.0226.5685.1-
YUV140.93183.34116.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 239 (93.75% from 255) = 48.38%
R=25.30%
G=26.32%
B=48.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251302390.480.4600.06237.3778.0871.37
Hex7D82EF302E06ed4e47
Octal175202357605606355116107
Binary1111101100000101110111111000010111001101110110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,239); }

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

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

 a { background-color: rgb(125,130,239); }

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

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

 span { border-color: rgb(125,130,239); }

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