#7C80FA

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

Shades of Light Slate Blue #7C80FA

Tints of Light Slate Blue #7C80FA

Color information

#7C80FA (or 0x7C80FA) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 80 and FA. RGB value is (124,128,250). Sum of RGB (Red+Green+Blue) = 124+128+250=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C80FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C80FA is #837F05. Grayscale: #8C8C8C. Windows color (decimal): -8617734 or 16416892. OLE color: 16416892.

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

Color convert

RGB124128250-
CMYK0.500.4900.02
HSL238.1º92.65%73.33%-
HSV(B)238.1º50.4%98.04%-
XYZ33.2926.6393.83-
YUV140.71189.67116.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.70%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=24.70%
G=25.50%
B=49.80%

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
Decimal1241282500.500.4900.02238.192.6573.33
Hex7C80FA323102ee5d49
Octal174200372626102356135111
Binary111110010000000111110101100101100010101110111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C80FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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