Html Css Color HEX #7257BC Blue Marguerite

📋 copy color: '#7257BC'

red 114 ◦ green 87 ◦ blue 188

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

Shades of Blue Marguerite #7257BC

Tints of Blue Marguerite #7257BC

RGB

 RED value IS 114 (44.92% from 255) = 29.31%

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

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

R = 29.31%
G = 22.37%
B = 48.33%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7257BC (or 0x7257BC) is known color: Blue Marguerite. HEX triplet: 72, 57 and BC. RGB value is (114,87,188). Sum of RGB (Red+Green+Blue) = 114+87+188=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7257BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257BC is #8DA843. Grayscale: #6A6A6A. Windows color (decimal): -9283652 or 12343154. OLE color: 12343154.

HSL color Cylindrical-coordinate representation of color #7257BC: hue angle of 256.04º 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 #7257BC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 87 188 -
CMYK 0.39 0.54 0 0.26
HSL 256.04º 0.43% 0.54% -
HSV(B) 256.04º 0.54% 0.74% -
XYZ 19.42 14.02 49.26 -
YUV 106.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 114 87 188 0.39 0.54 0 0.26 256.04 0.43 0.54
Hex 72 57 BC 27 36 0 1A 100 2B 36
Octal 162 127 274 47 66 0 32 400 53 66
Binary 1110010 1010111 10111100 100111 110110 0 11010 100000000 101011 110110

Color Harmonies of #7257BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257BC

Black with #7257BC

Text Example


Text Example

White with #7257BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7257BC; }

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

 H1.HeaderClassName
 {
   color: #7257BC;
 }
 .AnyTagClassName
 {
   color: #7257BC;
 }
</style>

background-color css

<style>
 a { background-color: #7257BC; }

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

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

border-color css

<style>
 span { border-color: #7257BC; }

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

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