Html Css Color HEX #7255BA Blue Marguerite

📋 copy color: '#7255BA'

red 114 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7255BA

Tints of Blue Marguerite #7255BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 29.61%
G = 22.08%
B = 48.31%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7255BA (or 0x7255BA) is known color: Blue Marguerite. HEX triplet: 72, 55 and BA. RGB value is (114,85,186). Sum of RGB (Red+Green+Blue) = 114+85+186=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7255BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255BA is #8DAA45. Grayscale: #686868. Windows color (decimal): -9284166 or 12211570. OLE color: 12211570.

HSL color Cylindrical-coordinate representation of color #7255BA: hue angle of 257.23º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7255BA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 85 186 -
CMYK 0.39 0.54 0 0.27
HSL 257.23º 0.42% 0.53% -
HSV(B) 257.23º 0.54% 0.73% -
XYZ 19.05 13.62 48.08 -
YUV 105.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 114 85 186 0.39 0.54 0 0.27 257.23 0.42 0.53
Hex 72 55 BA 27 36 0 1B 101 2A 35
Octal 162 125 272 47 66 0 33 401 52 65
Binary 1110010 1010101 10111010 100111 110110 0 11011 100000001 101010 110101

Color Harmonies of #7255BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255BA

Black with #7255BA

Text Example


Text Example

White with #7255BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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