Html Css Color HEX #7F5AB4 Studio

📋 copy color: '#7F5AB4'

red 127 ◦ green 90 ◦ blue 180

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

Shades of Studio #7F5AB4

Tints of Studio #7F5AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 31.99%
G = 22.67%
B = 45.34%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7F5AB4 (or 0x7F5AB4) is known color: Studio. HEX triplet: 7F, 5A and B4. RGB value is (127,90,180). Sum of RGB (Red+Green+Blue) = 127+90+180=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F5AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AB4 is #80A54B. Grayscale: #6E6E6E. Windows color (decimal): -8430924 or 11819647. OLE color: 11819647.

HSL color Cylindrical-coordinate representation of color #7F5AB4: hue angle of 264.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F5AB4 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 90 180 -
CMYK 0.29 0.50 0 0.29
HSL 264.67º 0.38% 0.53% -
HSV(B) 264.67º 0.5% 0.71% -
XYZ 20.65 15.12 45.01 -
YUV 111.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 127 90 180 0.29 0.50 0 0.29 264.67 0.38 0.53
Hex 7F 5A B4 1D 32 0 1D 109 26 35
Octal 177 132 264 35 62 0 35 411 46 65
Binary 1111111 1011010 10110100 11101 110010 0 11101 100001001 100110 110101

Color Harmonies of #7F5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5AB4

Black with #7F5AB4

Text Example


Text Example

White with #7F5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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