#7A71F7

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

Shades of Light Slate Blue #7A71F7

Tints of Light Slate Blue #7A71F7

Color information

#7A71F7 (or 0x7A71F7) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 71 and F7. RGB value is (122,113,247). Sum of RGB (Red+Green+Blue) = 122+113+247=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A71F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A71F7 is #858E08. Grayscale: #828282. Windows color (decimal): -8752649 or 16216442. OLE color: 16216442.

HSL color Cylindrical-coordinate representation of color #7A71F7: hue angle of 244.03º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A71F7 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB122113247-
CMYK0.510.5400.03
HSL244.03º89.33%70.59%-
HSV(B)244.03º54.25%96.86%-
XYZ30.7222.6690.75-
YUV130.97193.48121.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 247 (96.88% from 255) = 51.24%
R=25.31%
G=23.44%
B=51.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1221132470.510.5400.03244.0389.3370.59
Hex7A71F7333603f45947
Octal172161367636603364131107
Binary11110101110001111101111100111101100111111010010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A71F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,247); }

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

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

 a { background-color: rgb(122,113,247); }

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

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

 span { border-color: rgb(122,113,247); }

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