#7B56CB

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

Shades of Slate Blue #7B56CB

Tints of Slate Blue #7B56CB

Color information

#7B56CB (or 0x7B56CB) is unknown color: approx Slate Blue. HEX triplet: 7B, 56 and CB. RGB value is (123,86,203). Sum of RGB (Red+Green+Blue) = 123+86+203=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B56CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B56CB is #84A934. Grayscale: #6D6D6D. Windows color (decimal): -8694069 or 13325947. OLE color: 13325947.

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

Color convert

RGB12386203-
CMYK0.390.5800.20
HSL258.97º52.94%56.67%-
HSV(B)258.97º57.64%79.61%-
XYZ22.2815.1858.26-
YUV110.4180.26136.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=29.85%
G=20.87%
B=49.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123862030.390.5800.20258.9752.9456.67
Hex7B56CB273A0141033539
Octal17312631347720244036571
Binary1111011101011011001011100111111010010100100000011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,203); }

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

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

 a { background-color: rgb(123,86,203); }

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

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

 span { border-color: rgb(123,86,203); }

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