Html Css Color HEX #7F57BC Blue Marguerite

📋 copy color: '#7F57BC'

red 127 ◦ green 87 ◦ blue 188

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

Shades of Blue Marguerite #7F57BC

Tints of Blue Marguerite #7F57BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.64%

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

R = 31.59%
G = 21.64%
B = 46.77%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F57BC (or 0x7F57BC) is known color: Blue Marguerite. HEX triplet: 7F, 57 and BC. RGB value is (127,87,188). Sum of RGB (Red+Green+Blue) = 127+87+188=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F57BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F57BC is #80A843. Grayscale: #6E6E6E. Windows color (decimal): -8431684 or 12343167. OLE color: 12343167.

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

Color convert

RGB 127 87 188 -
CMYK 0.32 0.54 0 0.26
HSL 263.76º 0.43% 0.54% -
HSV(B) 263.76º 0.54% 0.74% -
XYZ 21.24 14.96 49.35 -
YUV 110.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 127 87 188 0.32 0.54 0 0.26 263.76 0.43 0.54
Hex 7F 57 BC 20 36 0 1A 108 2B 36
Octal 177 127 274 40 66 0 32 410 53 66
Binary 1111111 1010111 10111100 100000 110110 0 11010 100001000 101011 110110

Color Harmonies of #7F57BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57BC

Black with #7F57BC

Text Example


Text Example

White with #7F57BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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