#7C61CB

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

Shades of Slate Blue #7C61CB

Tints of Slate Blue #7C61CB

Color information

#7C61CB (or 0x7C61CB) is unknown color: approx Slate Blue. HEX triplet: 7C, 61 and CB. RGB value is (124,97,203). Sum of RGB (Red+Green+Blue) = 124+97+203=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61CB is #839E34. Grayscale: #747474. Windows color (decimal): -8625717 or 13328764. OLE color: 13328764.

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

Color convert

RGB12497203-
CMYK0.390.5200.20
HSL255.28º50.48%58.82%-
HSV(B)255.28º52.22%79.61%-
XYZ23.3717.1558.58-
YUV117.16176.45132.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.25%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=29.25%
G=22.88%
B=47.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124972030.390.5200.20255.2850.4858.82
Hex7C61CB2734014ff323b
Octal17414131347640243776273
Binary111110011000011100101110011111010001010011111111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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