#7C5FCC

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

Shades of Slate Blue #7C5FCC

Tints of Slate Blue #7C5FCC

Color information

#7C5FCC (or 0x7C5FCC) is unknown color: approx Slate Blue. HEX triplet: 7C, 5F and CC. RGB value is (124,95,204). Sum of RGB (Red+Green+Blue) = 124+95+204=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5FCC is #83A033. Grayscale: #737373. Windows color (decimal): -8626228 or 13393788. OLE color: 13393788.

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

Color convert

RGB12495204-
CMYK0.390.5300.2
HSL255.96º51.66%58.63%-
HSV(B)255.96º53.43%80%-
XYZ23.316.8359.15-
YUV116.1177.61133.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=29.31%
G=22.46%
B=48.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124952040.390.5300.2255.9651.6658.63
Hex7C5FCC2735014100343b
Octal17413731447650244006473
Binary1111100101111111001100100111110101010100100000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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