Html Css Color HEX #7169BA Blue Marguerite

📋 copy color: '#7169BA'

red 113 ◦ green 105 ◦ blue 186

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

Shades of Blue Marguerite #7169BA

Tints of Blue Marguerite #7169BA

RGB

 RED value IS 113 (44.53% from 255) = 27.97%

 GREEN value IS 105 (41.41% from 255) = 25.99%

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

R = 27.97%
G = 25.99%
B = 46.04%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7169BA (or 0x7169BA) is known color: Blue Marguerite. HEX triplet: 71, 69 and BA. RGB value is (113,105,186). Sum of RGB (Red+Green+Blue) = 113+105+186=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7169BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169BA is #8E9645. Grayscale: #747474. Windows color (decimal): -9344582 or 12216689. OLE color: 12216689.

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

Color convert

RGB 113 105 186 -
CMYK 0.39 0.44 0 0.27
HSL 245.93º 0.37% 0.57% -
HSV(B) 245.93º 0.44% 0.73% -
XYZ 20.72 17.16 48.67 -
YUV 116.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 113 105 186 0.39 0.44 0 0.27 245.93 0.37 0.57
Hex 71 69 BA 27 2C 0 1B F6 25 39
Octal 161 151 272 47 54 0 33 366 45 71
Binary 1110001 1101001 10111010 100111 101100 0 11011 11110110 100101 111001

Color Harmonies of #7169BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7169BA

Black with #7169BA

Text Example


Text Example

White with #7169BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,105,186); }

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

background-color css

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

 a { background-color: rgb(113,105,186); }

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

border-color css

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

 span { border-color: rgb(113,105,186); }

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