#7B55C2

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

Shades of Slate Blue #7B55C2

Tints of Slate Blue #7B55C2

Color information

#7B55C2 (or 0x7B55C2) is unknown color: approx Slate Blue. HEX triplet: 7B, 55 and C2. RGB value is (123,85,194). Sum of RGB (Red+Green+Blue) = 123+85+194=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #7B55C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B55C2 is #84AA3D. Grayscale: #6C6C6C. Windows color (decimal): -8694334 or 12735867. OLE color: 12735867.

HSL color Cylindrical-coordinate representation of color #7B55C2: hue angle of 260.92º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B55C2 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12385194-
CMYK0.370.5600.24
HSL260.92º47.19%54.71%-
HSV(B)260.92º56.19%76.08%-
XYZ21.1514.652.74-
YUV108.79176.09138.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.60%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 194 (76.17% from 255) = 48.26%
R=30.60%
G=21.14%
B=48.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123851940.370.5600.24260.9247.1954.71
Hex7B55C225380181052f37
Octal17312530245700304055767
Binary1111011101010111000010100101111000011000100000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B55C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,85,194); }

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

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

 a { background-color: rgb(123,85,194); }

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

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

 span { border-color: rgb(123,85,194); }

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