#7B5D9B

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

Shades of Studio #7B5D9B

Tints of Studio #7B5D9B

Color information

#7B5D9B (or 0x7B5D9B) is unknown color: approx Studio. HEX triplet: 7B, 5D and 9B. RGB value is (123,93,155). Sum of RGB (Red+Green+Blue) = 123+93+155=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B5D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5D9B is #84A264. Grayscale: #6C6C6C. Windows color (decimal): -8692325 or 10182011. OLE color: 10182011.

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

Color convert

RGB12393155-
CMYK0.210.400.39
HSL269.03º25%48.63%-
HSV(B)269.03º40%60.78%-
XYZ1814.4132.84-
YUV109.04153.94137.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=33.15%
G=25.07%
B=41.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123931550.210.400.39269.032548.63
Hex7B5D9B152802710d1931
Octal17313523325500474153161
Binary111101110111011001101110101101000010011110000110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,93,155); }

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

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

 a { background-color: rgb(123,93,155); }

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

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

 span { border-color: rgb(123,93,155); }

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