#7A77FE

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

Shades of Light Slate Blue #7A77FE

Tints of Light Slate Blue #7A77FE

Color information

#7A77FE (or 0x7A77FE) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 77 and FE. RGB value is (122,119,254). Sum of RGB (Red+Green+Blue) = 122+119+254=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A77FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A77FE is #858801. Grayscale: #868686. Windows color (decimal): -8751106 or 16676730. OLE color: 16676730.

HSL color Cylindrical-coordinate representation of color #7A77FE: hue angle of 241.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A77FE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB122119254-
CMYK0.520.5300.00
HSL241.33º98.54%73.14%-
HSV(B)241.33º53.15%99.61%-
XYZ32.5124.4996.78-
YUV135.29194.99118.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.65%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=24.65%
G=24.04%
B=51.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1221192540.520.5300.00241.3398.5473.14
Hex7A77FE343500f16349
Octal172167376646500361143111
Binary1111010111011111111110110100110101001111000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,254); }

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

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

 a { background-color: rgb(122,119,254); }

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

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

 span { border-color: rgb(122,119,254); }

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