Html Css Color HEX #7F5BB9 Blue Marguerite

📋 copy color: '#7F5BB9'

red 127 ◦ green 91 ◦ blue 185

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

Shades of Blue Marguerite #7F5BB9

Tints of Blue Marguerite #7F5BB9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 31.51%
G = 22.58%
B = 45.91%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F5BB9 (or 0x7F5BB9) is known color: Blue Marguerite. HEX triplet: 7F, 5B and B9. RGB value is (127,91,185). Sum of RGB (Red+Green+Blue) = 127+91+185=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #7F5BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5BB9 is #80A446. Grayscale: #707070. Windows color (decimal): -8430663 or 12147583. OLE color: 12147583.

HSL color Cylindrical-coordinate representation of color #7F5BB9: hue angle of 262.98º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F5BB9 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 91 185 -
CMYK 0.31 0.51 0 0.27
HSL 262.98º 0.4% 0.54% -
HSV(B) 262.98º 0.51% 0.73% -
XYZ 21.25 15.5 47.77 -
YUV 112.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 127 91 185 0.31 0.51 0 0.27 262.98 0.4 0.54
Hex 7F 5B B9 1F 33 0 1B 107 28 36
Octal 177 133 271 37 63 0 33 407 50 66
Binary 1111111 1011011 10111001 11111 110011 0 11011 100000111 101000 110110

Color Harmonies of #7F5BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5BB9

Black with #7F5BB9

Text Example


Text Example

White with #7F5BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,91,185); }

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

background-color css

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

 a { background-color: rgb(127,91,185); }

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

border-color css

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

 span { border-color: rgb(127,91,185); }

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