Html Css Color HEX #7F58BF Blue Marguerite

📋 copy color: '#7F58BF'

red 127 ◦ green 88 ◦ blue 191

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

Shades of Blue Marguerite #7F58BF

Tints of Blue Marguerite #7F58BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 31.28%
G = 21.67%
B = 47.04%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F58BF (or 0x7F58BF) is known color: Blue Marguerite. HEX triplet: 7F, 58 and BF. RGB value is (127,88,191). Sum of RGB (Red+Green+Blue) = 127+88+191=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F58BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58BF is #80A740. Grayscale: #6F6F6F. Windows color (decimal): -8431425 or 12540031. OLE color: 12540031.

HSL color Cylindrical-coordinate representation of color #7F58BF: hue angle of 262.72º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F58BF is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 88 191 -
CMYK 0.34 0.54 0 0.25
HSL 262.72º 0.45% 0.55% -
HSV(B) 262.72º 0.54% 0.75% -
XYZ 21.65 15.25 51.09 -
YUV 111.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 127 88 191 0.34 0.54 0 0.25 262.72 0.45 0.55
Hex 7F 58 BF 22 36 0 19 107 2D 37
Octal 177 130 277 42 66 0 31 407 55 67
Binary 1111111 1011000 10111111 100010 110110 0 11001 100000111 101101 110111

Color Harmonies of #7F58BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58BF

Black with #7F58BF

Text Example


Text Example

White with #7F58BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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