#7D83EF

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

Shades of Light Slate Blue #7D83EF

Tints of Light Slate Blue #7D83EF

Color information

#7D83EF (or 0x7D83EF) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 83 and EF. RGB value is (125,131,239). Sum of RGB (Red+Green+Blue) = 125+131+239=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D83EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D83EF is #827C10. Grayscale: #8D8D8D. Windows color (decimal): -8551441 or 15696765. OLE color: 15696765.

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

Color convert

RGB125131239-
CMYK0.480.4500.06
HSL236.84º78.08%71.37%-
HSV(B)236.84º47.7%93.73%-
XYZ32.1526.8285.14-
YUV141.52183.01116.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.25%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 239 (93.75% from 255) = 48.28%
R=25.25%
G=26.46%
B=48.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251312390.480.4500.06236.8478.0871.37
Hex7D83EF302D06ed4e47
Octal175203357605506355116107
Binary1111101100000111110111111000010110101101110110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D83EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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