#7B4CB8

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

Shades of Studio #7B4CB8

Tints of Studio #7B4CB8

Color information

#7B4CB8 (or 0x7B4CB8) is unknown color: approx Studio. HEX triplet: 7B, 4C and B8. RGB value is (123,76,184). Sum of RGB (Red+Green+Blue) = 123+76+184=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #7B4CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CB8 is #84B347. Grayscale: #656565. Windows color (decimal): -8696648 or 12078203. OLE color: 12078203.

HSL color Cylindrical-coordinate representation of color #7B4CB8: hue angle of 266.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B4CB8 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12376184-
CMYK0.330.5900.28
HSL266.11º43.2%50.98%-
HSV(B)266.11º58.7%72.16%-
XYZ19.412.8446.8-
YUV102.36174.07142.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.11%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=32.11%
G=19.84%
B=48.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal123761840.330.5900.28266.1143.250.98
Hex7B4CB8213B01C10a2b33
Octal17311427041730344125363
Binary1111011100110010111000100001111011011100100001010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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