Html Css Color HEX #7255BE Blue Marguerite

📋 copy color: '#7255BE'

red 114 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #7255BE

Tints of Blue Marguerite #7255BE

RGB

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

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

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

R = 29.31%
G = 21.85%
B = 48.84%

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

#7255BE (or 0x7255BE) is known color: Blue Marguerite. HEX triplet: 72, 55 and BE. RGB value is (114,85,190). Sum of RGB (Red+Green+Blue) = 114+85+190=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #7255BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255BE is #8DAA41. Grayscale: #696969. Windows color (decimal): -9284162 or 12473714. OLE color: 12473714.

HSL color Cylindrical-coordinate representation of color #7255BE: hue angle of 256.57º degrees, saturation: 0.45, 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 #7255BE is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 85 190 -
CMYK 0.40 0.55 0 0.25
HSL 256.57º 0.45% 0.54% -
HSV(B) 256.57º 0.55% 0.75% -
XYZ 19.48 13.79 50.35 -
YUV 105.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 114 85 190 0.40 0.55 0 0.25 256.57 0.45 0.54
Hex 72 55 BE 28 37 0 19 101 2D 36
Octal 162 125 276 50 67 0 31 401 55 66
Binary 1110010 1010101 10111110 101000 110111 0 11001 100000001 101101 110110

Color Harmonies of #7255BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255BE

Black with #7255BE

Text Example


Text Example

White with #7255BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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