Html Css Color HEX #7255AC Blue Marguerite

📋 copy color: '#7255AC'

red 114 ◦ green 85 ◦ blue 172

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

Shades of Blue Marguerite #7255AC

Tints of Blue Marguerite #7255AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 30.73%
G = 22.91%
B = 46.36%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7255AC (or 0x7255AC) is known color: Blue Marguerite. HEX triplet: 72, 55 and AC. RGB value is (114,85,172). Sum of RGB (Red+Green+Blue) = 114+85+172=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #7255AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7255AC is #8DAA53. Grayscale: #676767. Windows color (decimal): -9284180 or 11294066. OLE color: 11294066.

HSL color Cylindrical-coordinate representation of color #7255AC: hue angle of 260º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7255AC is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 85 172 -
CMYK 0.34 0.51 0 0.33
HSL 260º 0.34% 0.5% -
HSV(B) 260º 0.51% 0.67% -
XYZ 17.63 13.05 40.62 -
YUV 103.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 114 85 172 0.34 0.51 0 0.33 260 0.34 0.5
Hex 72 55 AC 22 33 0 21 104 22 32
Octal 162 125 254 42 63 0 41 404 42 62
Binary 1110010 1010101 10101100 100010 110011 0 100001 100000100 100010 110010

Color Harmonies of #7255AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255AC

Black with #7255AC

Text Example


Text Example

White with #7255AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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