#7D80FA

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

Shades of Light Slate Blue #7D80FA

Tints of Light Slate Blue #7D80FA

Color information

#7D80FA (or 0x7D80FA) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 80 and FA. RGB value is (125,128,250). Sum of RGB (Red+Green+Blue) = 125+128+250=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D80FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D80FA is #827F05. Grayscale: #8C8C8C. Windows color (decimal): -8552198 or 16416893. OLE color: 16416893.

HSL color Cylindrical-coordinate representation of color #7D80FA: hue angle of 238.56º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D80FA is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125128250-
CMYK0.500.4900.02
HSL238.56º92.59%73.53%-
HSV(B)238.56º50%98.04%-
XYZ33.4326.793.83-
YUV141.01189.51116.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=24.85%
G=25.45%
B=49.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251282500.500.4900.02238.5692.5973.53
Hex7D80FA323102ef5d4a
Octal175200372626102357135112
Binary111110110000000111110101100101100010101110111110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D80FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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