#7D80F0

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

Shades of Light Slate Blue #7D80F0

Tints of Light Slate Blue #7D80F0

Color information

#7D80F0 (or 0x7D80F0) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 80 and F0. RGB value is (125,128,240). Sum of RGB (Red+Green+Blue) = 125+128+240=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D80F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80F0 is #827F0F. Grayscale: #8B8B8B. Windows color (decimal): -8552208 or 15761533. OLE color: 15761533.

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

Color convert

RGB125128240-
CMYK0.480.4700.06
HSL238.43º79.31%71.57%-
HSV(B)238.43º47.92%94.12%-
XYZ31.926.0985.79-
YUV139.87184.51117.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=25.35%
G=25.96%
B=48.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251282400.480.4700.06238.4379.3171.57
Hex7D80F0302F06ee4f48
Octal175200360605706356117110
Binary1111101100000001111000011000010111101101110111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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