Html Css Color HEX #7F5AAE Studio

📋 copy color: '#7F5AAE'

red 127 ◦ green 90 ◦ blue 174

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

Shades of Studio #7F5AAE

Tints of Studio #7F5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 32.48%
G = 23.02%
B = 44.5%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F5AAE (or 0x7F5AAE) is known color: Studio. HEX triplet: 7F, 5A and AE. RGB value is (127,90,174). Sum of RGB (Red+Green+Blue) = 127+90+174=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5AAE is #80A551. Grayscale: #6E6E6E. Windows color (decimal): -8430930 or 11426431. OLE color: 11426431.

HSL color Cylindrical-coordinate representation of color #7F5AAE: hue angle of 266.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F5AAE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 90 174 -
CMYK 0.27 0.48 0 0.32
HSL 266.43º 0.34% 0.52% -
HSV(B) 266.43º 0.48% 0.68% -
XYZ 20.05 14.88 41.86 -
YUV 110.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 127 90 174 0.27 0.48 0 0.32 266.43 0.34 0.52
Hex 7F 5A AE 1B 30 0 20 10A 22 34
Octal 177 132 256 33 60 0 40 412 42 64
Binary 1111111 1011010 10101110 11011 110000 0 100000 100001010 100010 110100

Color Harmonies of #7F5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5AAE

Black with #7F5AAE

Text Example


Text Example

White with #7F5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,90,174); }

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

background-color css

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

 a { background-color: rgb(127,90,174); }

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

border-color css

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

 span { border-color: rgb(127,90,174); }

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