Html Css Color HEX #7256BE Blue Marguerite

📋 copy color: '#7256BE'

red 114 ◦ green 86 ◦ blue 190

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

Shades of Blue Marguerite #7256BE

Tints of Blue Marguerite #7256BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 29.23%
G = 22.05%
B = 48.72%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7256BE (or 0x7256BE) is known color: Blue Marguerite. HEX triplet: 72, 56 and BE. RGB value is (114,86,190). Sum of RGB (Red+Green+Blue) = 114+86+190=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #7256BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256BE is #8DA941. Grayscale: #696969. Windows color (decimal): -9283906 or 12473970. OLE color: 12473970.

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

Color convert

RGB 114 86 190 -
CMYK 0.40 0.55 0 0.25
HSL 256.15º 0.44% 0.54% -
HSV(B) 256.15º 0.55% 0.75% -
XYZ 19.56 13.95 50.38 -
YUV 106.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 114 86 190 0.40 0.55 0 0.25 256.15 0.44 0.54
Hex 72 56 BE 28 37 0 19 100 2C 36
Octal 162 126 276 50 67 0 31 400 54 66
Binary 1110010 1010110 10111110 101000 110111 0 11001 100000000 101100 110110

Color Harmonies of #7256BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256BE

Black with #7256BE

Text Example


Text Example

White with #7256BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7256BE; }

 p { color: rgb(114,86,190); }

 H1.HeaderClassName
 {
   color: #7256BE;
 }
 .AnyTagClassName
 {
   color: #7256BE;
 }
</style>

background-color css

<style>
 a { background-color: #7256BE; }

 a { background-color: rgb(114,86,190); }

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

border-color css

<style>
 span { border-color: #7256BE; }

 span { border-color: rgb(114,86,190); }

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