#7C5BCB

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

Shades of Slate Blue #7C5BCB

Tints of Slate Blue #7C5BCB

Color information

#7C5BCB (or 0x7C5BCB) is unknown color: approx Slate Blue. HEX triplet: 7C, 5B and CB. RGB value is (124,91,203). Sum of RGB (Red+Green+Blue) = 124+91+203=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C5BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BCB is #83A434. Grayscale: #717171. Windows color (decimal): -8627253 or 13327228. OLE color: 13327228.

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

Color convert

RGB12491203-
CMYK0.390.5500.20
HSL257.68º51.85%57.65%-
HSV(B)257.68º55.17%79.61%-
XYZ22.8316.0858.4-
YUV113.64178.43135.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.67%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=29.67%
G=21.77%
B=48.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124912030.390.5500.20257.6851.8557.65
Hex7C5BCB2737014102343a
Octal17413331347670244026472
Binary1111100101101111001011100111110111010100100000010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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