Html Css Color HEX #726AAF Blue Marguerite

📋 copy color: '#726AAF'

red 114 ◦ green 106 ◦ blue 175

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

Shades of Blue Marguerite #726AAF

Tints of Blue Marguerite #726AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 28.86%
G = 26.84%
B = 44.3%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#726AAF (or 0x726AAF) is known color: Blue Marguerite. HEX triplet: 72, 6A and AF. RGB value is (114,106,175). Sum of RGB (Red+Green+Blue) = 114+106+175=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #726AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AAF is #8D9550. Grayscale: #737373. Windows color (decimal): -9278801 or 11496050. OLE color: 11496050.

HSL color Cylindrical-coordinate representation of color #726AAF: hue angle of 246.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726AAF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 106 175 -
CMYK 0.35 0.39 0 0.31
HSL 246.96º 0.3% 0.55% -
HSV(B) 246.96º 0.39% 0.69% -
XYZ 19.83 16.98 42.79 -
YUV 116.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 114 106 175 0.35 0.39 0 0.31 246.96 0.3 0.55
Hex 72 6A AF 23 27 0 1F F7 1E 37
Octal 162 152 257 43 47 0 37 367 36 67
Binary 1110010 1101010 10101111 100011 100111 0 11111 11110111 11110 110111

Color Harmonies of #726AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AAF

Black with #726AAF

Text Example


Text Example

White with #726AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726AAF; }

 p { color: rgb(114,106,175); }

 H1.HeaderClassName
 {
   color: #726AAF;
 }
 .AnyTagClassName
 {
   color: #726AAF;
 }
</style>

background-color css

<style>
 a { background-color: #726AAF; }

 a { background-color: rgb(114,106,175); }

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

border-color css

<style>
 span { border-color: #726AAF; }

 span { border-color: rgb(114,106,175); }

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