Html Css Color HEX #7F5AB6 Blue Marguerite

📋 copy color: '#7F5AB6'

red 127 ◦ green 90 ◦ blue 182

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

Shades of Blue Marguerite #7F5AB6

Tints of Blue Marguerite #7F5AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.61%

R = 31.83%
G = 22.56%
B = 45.61%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7F5AB6 (or 0x7F5AB6) is known color: Blue Marguerite. HEX triplet: 7F, 5A and B6. RGB value is (127,90,182). Sum of RGB (Red+Green+Blue) = 127+90+182=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F5AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AB6 is #80A549. Grayscale: #6F6F6F. Windows color (decimal): -8430922 or 11950719. OLE color: 11950719.

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

Color convert

RGB 127 90 182 -
CMYK 0.30 0.51 0 0.29
HSL 264.13º 0.39% 0.53% -
HSV(B) 264.13º 0.51% 0.71% -
XYZ 20.85 15.2 46.09 -
YUV 111.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 127 90 182 0.30 0.51 0 0.29 264.13 0.39 0.53
Hex 7F 5A B6 1E 33 0 1D 108 27 35
Octal 177 132 266 36 63 0 35 410 47 65
Binary 1111111 1011010 10110110 11110 110011 0 11101 100001000 100111 110101

Color Harmonies of #7F5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5AB6

Black with #7F5AB6

Text Example


Text Example

White with #7F5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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