#7C55CE

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

Shades of Slate Blue #7C55CE

Tints of Slate Blue #7C55CE

Color information

#7C55CE (or 0x7C55CE) is unknown color: approx Slate Blue. HEX triplet: 7C, 55 and CE. RGB value is (124,85,206). Sum of RGB (Red+Green+Blue) = 124+85+206=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C55CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C55CE is #83AA31. Grayscale: #6E6E6E. Windows color (decimal): -8628786 or 13522300. OLE color: 13522300.

HSL color Cylindrical-coordinate representation of color #7C55CE: hue angle of 259.34º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C55CE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12485206-
CMYK0.400.5900.19
HSL259.34º55.25%57.06%-
HSV(B)259.34º58.74%80.78%-
XYZ22.715.2460.14-
YUV110.46181.92137.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=29.88%
G=20.48%
B=49.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal124852060.400.5900.19259.3455.2557.06
Hex7C55CE283B0131033739
Octal17412531650730234036771
Binary1111100101010111001110101000111011010011100000011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C55CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,206); }

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

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

 a { background-color: rgb(124,85,206); }

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

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

 span { border-color: rgb(124,85,206); }

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