#7B469C

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

Shades of Studio #7B469C

Tints of Studio #7B469C

Color information

#7B469C (or 0x7B469C) is unknown color: approx Studio. HEX triplet: 7B, 46 and 9C. RGB value is (123,70,156). Sum of RGB (Red+Green+Blue) = 123+70+156=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B469C is #84B963. Grayscale: #5F5F5F. Windows color (decimal): -8698212 or 10241659. OLE color: 10241659.

HSL color Cylindrical-coordinate representation of color #7B469C: hue angle of 276.98º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B469C is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12370156-
CMYK0.210.5500.39
HSL276.98º38.05%44.31%-
HSV(B)276.98º55.13%61.18%-
XYZ16.3610.9932.71-
YUV95.65162.06147.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=35.24%
G=20.06%
B=44.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123701560.210.5500.39276.9838.0544.31
Hex7B469C1537027115262c
Octal17310623425670474254654
Binary1111011100011010011100101011101110100111100010101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,70,156); }

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

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

 a { background-color: rgb(123,70,156); }

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

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

 span { border-color: rgb(123,70,156); }

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