#7B4CCB

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

Shades of Slate Blue #7B4CCB

Tints of Slate Blue #7B4CCB

Color information

#7B4CCB (or 0x7B4CCB) is unknown color: approx Slate Blue. HEX triplet: 7B, 4C and CB. RGB value is (123,76,203). Sum of RGB (Red+Green+Blue) = 123+76+203=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B4CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CCB is #84B334. Grayscale: #686868. Windows color (decimal): -8696629 or 13323387. OLE color: 13323387.

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

Color convert

RGB12376203-
CMYK0.390.6300.20
HSL262.2º54.98%54.71%-
HSV(B)262.2º62.56%79.61%-
XYZ21.5313.6958.01-
YUV104.53183.57141.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.60%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=30.60%
G=18.91%
B=50.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123762030.390.6300.20262.254.9854.71
Hex7B4CCB273F0141063737
Octal17311431347770244066767
Binary1111011100110011001011100111111111010100100000110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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