Html Css Color HEX #7F58BD Blue Marguerite

📋 copy color: '#7F58BD'

red 127 ◦ green 88 ◦ blue 189

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

Shades of Blue Marguerite #7F58BD

Tints of Blue Marguerite #7F58BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 31.44%
G = 21.78%
B = 46.78%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F58BD (or 0x7F58BD) is known color: Blue Marguerite. HEX triplet: 7F, 58 and BD. RGB value is (127,88,189). Sum of RGB (Red+Green+Blue) = 127+88+189=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F58BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58BD is #80A742. Grayscale: #6E6E6E. Windows color (decimal): -8431427 or 12408959. OLE color: 12408959.

HSL color Cylindrical-coordinate representation of color #7F58BD: hue angle of 263.17º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F58BD is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 88 189 -
CMYK 0.33 0.53 0 0.26
HSL 263.17º 0.43% 0.54% -
HSV(B) 263.17º 0.53% 0.74% -
XYZ 21.43 15.17 49.94 -
YUV 111.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 127 88 189 0.33 0.53 0 0.26 263.17 0.43 0.54
Hex 7F 58 BD 21 35 0 1A 107 2B 36
Octal 177 130 275 41 65 0 32 407 53 66
Binary 1111111 1011000 10111101 100001 110101 0 11010 100000111 101011 110110

Color Harmonies of #7F58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58BD

Black with #7F58BD

Text Example


Text Example

White with #7F58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,189); }

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

background-color css

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

 a { background-color: rgb(127,88,189); }

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

border-color css

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

 span { border-color: rgb(127,88,189); }

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