#7A74FA

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

Shades of Light Slate Blue #7A74FA

Tints of Light Slate Blue #7A74FA

Color information

#7A74FA (or 0x7A74FA) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 74 and FA. RGB value is (122,116,250). Sum of RGB (Red+Green+Blue) = 122+116+250=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A74FA is #858B05. Grayscale: #848484. Windows color (decimal): -8751878 or 16413818. OLE color: 16413818.

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

Color convert

RGB122116250-
CMYK0.510.5400.02
HSL242.69º93.06%71.76%-
HSV(B)242.69º53.6%98.04%-
XYZ31.5323.5393.32-
YUV133.07193.99120.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 250 (98.05% from 255) = 51.23%
R=25%
G=23.77%
B=51.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221162500.510.5400.02242.6993.0671.76
Hex7A74FA333602f35d48
Octal172164372636602363135110
Binary11110101110100111110101100111101100101111001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A74FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,250); }

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

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

 a { background-color: rgb(122,116,250); }

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

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

 span { border-color: rgb(122,116,250); }

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