#7E77FA

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

Shades of Light Slate Blue #7E77FA

Tints of Light Slate Blue #7E77FA

Color information

#7E77FA (or 0x7E77FA) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 77 and FA. RGB value is (126,119,250). Sum of RGB (Red+Green+Blue) = 126+119+250=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E77FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E77FA is #818805. Grayscale: #878787. Windows color (decimal): -8488966 or 16414590. OLE color: 16414590.

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

Color convert

RGB126119250-
CMYK0.500.5200.02
HSL243.21º92.91%72.35%-
HSV(B)243.21º52.4%98.04%-
XYZ32.4624.5393.47-
YUV136.03192.32120.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.45%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=25.45%
G=24.04%
B=50.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261192500.500.5200.02243.2192.9172.35
Hex7E77FA323402f35d48
Octal176167372626402363135110
Binary11111101110111111110101100101101000101111001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E77FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,119,250); }

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

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

 a { background-color: rgb(126,119,250); }

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

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

 span { border-color: rgb(126,119,250); }

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