#7A61CD

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

Shades of Slate Blue #7A61CD

Tints of Slate Blue #7A61CD

Color information

#7A61CD (or 0x7A61CD) is unknown color: approx Slate Blue. HEX triplet: 7A, 61 and CD. RGB value is (122,97,205). Sum of RGB (Red+Green+Blue) = 122+97+205=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A61CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61CD is #859E32. Grayscale: #747474. Windows color (decimal): -8756787 or 13459834. OLE color: 13459834.

HSL color Cylindrical-coordinate representation of color #7A61CD: hue angle of 253.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A61CD is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12297205-
CMYK0.400.5300.20
HSL253.89º51.92%59.22%-
HSV(B)253.89º52.68%80.39%-
XYZ23.3217.0959.83-
YUV116.79177.78131.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.77%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=28.77%
G=22.88%
B=48.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122972050.400.5300.20253.8951.9259.22
Hex7A61CD2835014fe343b
Octal17214131550650243766473
Binary111101011000011100110110100011010101010011111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,205); }

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

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

 a { background-color: rgb(122,97,205); }

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

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

 span { border-color: rgb(122,97,205); }

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