Html Css Color HEX #7F5899 Studio

📋 copy color: '#7F5899'

red 127 ◦ green 88 ◦ blue 153

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

Shades of Studio #7F5899

Tints of Studio #7F5899

RGB

 RED value IS 127 (50% from 255) = 34.51%

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

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

R = 34.51%
G = 23.91%
B = 41.58%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F5899 (or 0x7F5899) is known color: Studio. HEX triplet: 7F, 58 and 99. RGB value is (127,88,153). Sum of RGB (Red+Green+Blue) = 127+88+153=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5899 is #80A766. Grayscale: #6A6A6A. Windows color (decimal): -8431463 or 10049663. OLE color: 10049663.

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

Color convert

RGB 127 88 153 -
CMYK 0.17 0.42 0 0.4
HSL 276º 0.27% 0.47% -
HSV(B) 276º 0.42% 0.6% -
XYZ 17.99 13.79 31.85 -
YUV 107.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 127 88 153 0.17 0.42 0 0.4 276 0.27 0.47
Hex 7F 58 99 11 2A 0 28 114 1B 2F
Octal 177 130 231 21 52 0 50 424 33 57
Binary 1111111 1011000 10011001 10001 101010 0 101000 100010100 11011 101111

Color Harmonies of #7F5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5899

Black with #7F5899

Text Example


Text Example

White with #7F5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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