Html Css Color HEX #7F5AB3 Studio

📋 copy color: '#7F5AB3'

red 127 ◦ green 90 ◦ blue 179

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

Shades of Studio #7F5AB3

Tints of Studio #7F5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.2%

R = 32.07%
G = 22.73%
B = 45.2%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7F5AB3 (or 0x7F5AB3) is known color: Studio. HEX triplet: 7F, 5A and B3. RGB value is (127,90,179). Sum of RGB (Red+Green+Blue) = 127+90+179=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F5AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AB3 is #80A54C. Grayscale: #6E6E6E. Windows color (decimal): -8430925 or 11754111. OLE color: 11754111.

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

Color convert

RGB 127 90 179 -
CMYK 0.29 0.50 0 0.30
HSL 264.94º 0.37% 0.53% -
HSV(B) 264.94º 0.5% 0.7% -
XYZ 20.55 15.08 44.48 -
YUV 111.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 127 90 179 0.29 0.50 0 0.30 264.94 0.37 0.53
Hex 7F 5A B3 1D 32 0 1E 109 25 35
Octal 177 132 263 35 62 0 36 411 45 65
Binary 1111111 1011010 10110011 11101 110010 0 11110 100001001 100101 110101

Color Harmonies of #7F5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5AB3

Black with #7F5AB3

Text Example


Text Example

White with #7F5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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