Html Css Color HEX #7C5899 Studio

📋 copy color: '#7C5899'

red 124 ◦ green 88 ◦ blue 153

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

Shades of Studio #7C5899

Tints of Studio #7C5899

RGB

 RED value IS 124 (48.83% from 255) = 33.97%

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

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

R = 33.97%
G = 24.11%
B = 41.92%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C5899 (or 0x7C5899) is known color: Studio. HEX triplet: 7C, 58 and 99. RGB value is (124,88,153). Sum of RGB (Red+Green+Blue) = 124+88+153=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5899 is #83A766. Grayscale: #696969. Windows color (decimal): -8628071 or 10049660. OLE color: 10049660.

HSL color Cylindrical-coordinate representation of color #7C5899: hue angle of 273.23º 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 #7C5899 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 88 153 -
CMYK 0.19 0.42 0 0.4
HSL 273.23º 0.27% 0.47% -
HSV(B) 273.23º 0.42% 0.6% -
XYZ 17.55 13.56 31.83 -
YUV 106.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 124 88 153 0.19 0.42 0 0.4 273.23 0.27 0.47
Hex 7C 58 99 13 2A 0 28 111 1B 2F
Octal 174 130 231 23 52 0 50 421 33 57
Binary 1111100 1011000 10011001 10011 101010 0 101000 100010001 11011 101111

Color Harmonies of #7C5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5899

Black with #7C5899

Text Example


Text Example

White with #7C5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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