#7C4BCB

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

Shades of Slate Blue #7C4BCB

Tints of Slate Blue #7C4BCB

Color information

#7C4BCB (or 0x7C4BCB) is unknown color: approx Slate Blue. HEX triplet: 7C, 4B and CB. RGB value is (124,75,203). Sum of RGB (Red+Green+Blue) = 124+75+203=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C4BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4BCB is #83B434. Grayscale: #676767. Windows color (decimal): -8631349 or 13323132. OLE color: 13323132.

HSL color Cylindrical-coordinate representation of color #7C4BCB: hue angle of 262.97º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C4BCB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12475203-
CMYK0.390.6300.20
HSL262.97º55.17%54.51%-
HSV(B)262.97º63.05%79.61%-
XYZ21.6113.6357.99-
YUV104.24183.73142.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=30.85%
G=18.66%
B=50.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124752030.390.6300.20262.9755.1754.51
Hex7C4BCB273F0141073737
Octal17411331347770244076767
Binary1111100100101111001011100111111111010100100000111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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