Html Css Color HEX #7F55BD Blue Marguerite

📋 copy color: '#7F55BD'

red 127 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #7F55BD

Tints of Blue Marguerite #7F55BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

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

R = 31.67%
G = 21.2%
B = 47.13%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F55BD (or 0x7F55BD) is known color: Blue Marguerite. HEX triplet: 7F, 55 and BD. RGB value is (127,85,189). Sum of RGB (Red+Green+Blue) = 127+85+189=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F55BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55BD is #80AA42. Grayscale: #6D6D6D. Windows color (decimal): -8432195 or 12408191. OLE color: 12408191.

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

Color convert

RGB 127 85 189 -
CMYK 0.33 0.55 0 0.26
HSL 264.23º 0.44% 0.54% -
HSV(B) 264.23º 0.55% 0.74% -
XYZ 21.19 14.68 49.86 -
YUV 109.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 127 85 189 0.33 0.55 0 0.26 264.23 0.44 0.54
Hex 7F 55 BD 21 37 0 1A 108 2C 36
Octal 177 125 275 41 67 0 32 410 54 66
Binary 1111111 1010101 10111101 100001 110111 0 11010 100001000 101100 110110

Color Harmonies of #7F55BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55BD

Black with #7F55BD

Text Example


Text Example

White with #7F55BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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