Html Css Color HEX #7F5AB2 Studio

📋 copy color: '#7F5AB2'

red 127 ◦ green 90 ◦ blue 178

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

Shades of Studio #7F5AB2

Tints of Studio #7F5AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 32.15%
G = 22.78%
B = 45.06%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7F5AB2 (or 0x7F5AB2) is known color: Studio. HEX triplet: 7F, 5A and B2. RGB value is (127,90,178). Sum of RGB (Red+Green+Blue) = 127+90+178=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #7F5AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5AB2 is #80A54D. Grayscale: #6E6E6E. Windows color (decimal): -8430926 or 11688575. OLE color: 11688575.

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

Color convert

RGB 127 90 178 -
CMYK 0.29 0.49 0 0.30
HSL 265.23º 0.36% 0.53% -
HSV(B) 265.23º 0.49% 0.7% -
XYZ 20.44 15.04 43.94 -
YUV 111.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 127 90 178 0.29 0.49 0 0.30 265.23 0.36 0.53
Hex 7F 5A B2 1D 31 0 1E 109 24 35
Octal 177 132 262 35 61 0 36 411 44 65
Binary 1111111 1011010 10110010 11101 110001 0 11110 100001001 100100 110101

Color Harmonies of #7F5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5AB2

Black with #7F5AB2

Text Example


Text Example

White with #7F5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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