#7A61CB

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

Shades of Slate Blue #7A61CB

Tints of Slate Blue #7A61CB

Color information

#7A61CB (or 0x7A61CB) is unknown color: approx Slate Blue. HEX triplet: 7A, 61 and CB. RGB value is (122,97,203). Sum of RGB (Red+Green+Blue) = 122+97+203=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61CB is #859E34. Grayscale: #747474. Windows color (decimal): -8756789 or 13328762. OLE color: 13328762.

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

Color convert

RGB12297203-
CMYK0.400.5200.20
HSL254.15º50.48%58.82%-
HSV(B)254.15º52.22%79.61%-
XYZ23.081758.56-
YUV116.56176.78131.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=28.91%
G=22.99%
B=48.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122972030.400.5200.20254.1550.4858.82
Hex7A61CB2834014fe323b
Octal17214131350640243766273
Binary111101011000011100101110100011010001010011111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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