#7A7CFC

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

Shades of Light Slate Blue #7A7CFC

Tints of Light Slate Blue #7A7CFC

Color information

#7A7CFC (or 0x7A7CFC) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 7C and FC. RGB value is (122,124,252). Sum of RGB (Red+Green+Blue) = 122+124+252=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A7CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7CFC is #858303. Grayscale: #898989. Windows color (decimal): -8749828 or 16546938. OLE color: 16546938.

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

Color convert

RGB122124252-
CMYK0.520.5100.01
HSL239.08º95.59%73.33%-
HSV(B)239.08º51.59%98.82%-
XYZ32.825.5895.3-
YUV137.99192.34116.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.50%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=24.50%
G=24.90%
B=50.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221242520.520.5100.01239.0895.5973.33
Hex7A7CFC343301ef6049
Octal172174374646301357140111
Binary1111010111110011111100110100110011011110111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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