Html Css Color HEX #7F55BC Blue Marguerite

📋 copy color: '#7F55BC'

red 127 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #7F55BC

Tints of Blue Marguerite #7F55BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 31.75%
G = 21.25%
B = 47%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F55BC (or 0x7F55BC) is known color: Blue Marguerite. HEX triplet: 7F, 55 and BC. RGB value is (127,85,188). Sum of RGB (Red+Green+Blue) = 127+85+188=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F55BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55BC is #80AA43. Grayscale: #6C6C6C. Windows color (decimal): -8432196 or 12342655. OLE color: 12342655.

HSL color Cylindrical-coordinate representation of color #7F55BC: hue angle of 264.47º degrees, saturation: 0.43, 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 #7F55BC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 85 188 -
CMYK 0.32 0.55 0 0.26
HSL 264.47º 0.43% 0.54% -
HSV(B) 264.47º 0.55% 0.74% -
XYZ 21.08 14.64 49.29 -
YUV 109.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 127 85 188 0.32 0.55 0 0.26 264.47 0.43 0.54
Hex 7F 55 BC 20 37 0 1A 108 2B 36
Octal 177 125 274 40 67 0 32 410 53 66
Binary 1111111 1010101 10111100 100000 110111 0 11010 100001000 101011 110110

Color Harmonies of #7F55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55BC

Black with #7F55BC

Text Example


Text Example

White with #7F55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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