Html Css Color HEX #7D5899 Studio

📋 copy color: '#7D5899'

red 125 ◦ green 88 ◦ blue 153

#7D5899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7D5899

Tints of Studio #7D5899

RGB

 RED value IS 125 (49.22% from 255) = 34.15%

 GREEN value IS 88 (34.77% from 255) = 24.04%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 34.15%
G = 24.04%
B = 41.8%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7D5899 (or 0x7D5899) is known color: Studio. HEX triplet: 7D, 58 and 99. RGB value is (125,88,153). Sum of RGB (Red+Green+Blue) = 125+88+153=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5899 is #82A766. Grayscale: #6A6A6A. Windows color (decimal): -8562535 or 10049661. OLE color: 10049661.

HSL color Cylindrical-coordinate representation of color #7D5899: hue angle of 274.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5899 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 88 153 -
CMYK 0.18 0.42 0 0.4
HSL 274.15º 0.27% 0.47% -
HSV(B) 274.15º 0.42% 0.6% -
XYZ 17.7 13.64 31.84 -
YUV 106.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 125 88 153 0.18 0.42 0 0.4 274.15 0.27 0.47
Hex 7D 58 99 12 2A 0 28 112 1B 2F
Octal 175 130 231 22 52 0 50 422 33 57
Binary 1111101 1011000 10011001 10010 101010 0 101000 100010010 11011 101111

Color Harmonies of #7D5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5899

Black with #7D5899

Text Example


Text Example

White with #7D5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,153); }

 H1.HeaderClassName
 {
   color: #7D5899;
 }
 .AnyTagClassName
 {
   color: #7D5899;
 }
</style>

background-color css

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

 a { background-color: rgb(125,88,153); }

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

border-color css

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

 span { border-color: rgb(125,88,153); }

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