#7C61CC

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

Shades of Slate Blue #7C61CC

Tints of Slate Blue #7C61CC

Color information

#7C61CC (or 0x7C61CC) is unknown color: approx Slate Blue. HEX triplet: 7C, 61 and CC. RGB value is (124,97,204). Sum of RGB (Red+Green+Blue) = 124+97+204=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C61CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61CC is #839E33. Grayscale: #747474. Windows color (decimal): -8625716 or 13394300. OLE color: 13394300.

HSL color Cylindrical-coordinate representation of color #7C61CC: hue angle of 255.14º degrees, saturation: 0.51, 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 #7C61CC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12497204-
CMYK0.390.5200.2
HSL255.14º51.2%59.02%-
HSV(B)255.14º52.45%80%-
XYZ23.4917.1959.21-
YUV117.27176.95132.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 204 (80.08% from 255) = 48%
R=29.18%
G=22.82%
B=48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124972040.390.5200.2255.1451.259.02
Hex7C61CC2734014ff333b
Octal17414131447640243776373
Binary111110011000011100110010011111010001010011111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,204); }

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

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

 a { background-color: rgb(124,97,204); }

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

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

 span { border-color: rgb(124,97,204); }

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