#7A7CFE

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

Shades of Light Slate Blue #7A7CFE

Tints of Light Slate Blue #7A7CFE

Color information

#7A7CFE (or 0x7A7CFE) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 7C and FE. RGB value is (122,124,254). Sum of RGB (Red+Green+Blue) = 122+124+254=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7CFE is #858301. Grayscale: #898989. Windows color (decimal): -8749826 or 16678010. OLE color: 16678010.

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

Color convert

RGB122124254-
CMYK0.520.5100.00
HSL239.09º98.51%73.73%-
HSV(B)239.09º51.97%99.61%-
XYZ33.1225.7196.98-
YUV138.22193.34116.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.4%
GREEN value IS 124 (48.83% from 255) = 24.8%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=24.4%
G=24.8%
B=50.8%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1221242540.520.5100.00239.0998.5173.73
Hex7A7CFE343300ef634a
Octal172174376646300357143112
Binary1111010111110011111110110100110011001110111111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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