#7D5BB1

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

Shades of Studio #7D5BB1

Tints of Studio #7D5BB1

Color information

#7D5BB1 (or 0x7D5BB1) is unknown color: approx Studio. HEX triplet: 7D, 5B and B1. RGB value is (125,91,177). Sum of RGB (Red+Green+Blue) = 125+91+177=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D5BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5BB1 is #82A44E. Grayscale: #6E6E6E. Windows color (decimal): -8561743 or 11623293. OLE color: 11623293.

HSL color Cylindrical-coordinate representation of color #7D5BB1: hue angle of 263.72º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D5BB1 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12591177-
CMYK0.290.4900.31
HSL263.72º35.54%52.55%-
HSV(B)263.72º48.59%69.41%-
XYZ20.1315.0243.43-
YUV110.97165.26138.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 177 (69.53% from 255) = 45.04%
R=31.81%
G=23.16%
B=45.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125911770.290.4900.31263.7235.5452.55
Hex7D5BB11D3101F1082435
Octal17513326135610374104465
Binary111110110110111011000111101110001011111100001000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,91,177); }

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

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

 a { background-color: rgb(125,91,177); }

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

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

 span { border-color: rgb(125,91,177); }

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