#7A64CF

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

Shades of Slate Blue #7A64CF

Tints of Slate Blue #7A64CF

Color information

#7A64CF (or 0x7A64CF) is unknown color: approx Slate Blue. HEX triplet: 7A, 64 and CF. RGB value is (122,100,207). Sum of RGB (Red+Green+Blue) = 122+100+207=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A64CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64CF is #859B30. Grayscale: #767676. Windows color (decimal): -8756017 or 13591674. OLE color: 13591674.

HSL color Cylindrical-coordinate representation of color #7A64CF: hue angle of 252.34º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A64CF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122100207-
CMYK0.410.5200.19
HSL252.34º52.71%60.2%-
HSV(B)252.34º51.69%81.18%-
XYZ23.8517.7661.2-
YUV118.78177.79130.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.44%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=28.44%
G=23.31%
B=48.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221002070.410.5200.19252.3452.7160.2
Hex7A64CF2934013fc353c
Octal17214431751640233746574
Binary111101011001001100111110100111010001001111111100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,100,207); }

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

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

 a { background-color: rgb(122,100,207); }

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

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

 span { border-color: rgb(122,100,207); }

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