Html Css Color HEX #7269BA Blue Marguerite

📋 copy color: '#7269BA'

red 114 ◦ green 105 ◦ blue 186

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

Shades of Blue Marguerite #7269BA

Tints of Blue Marguerite #7269BA

RGB

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

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

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

R = 28.15%
G = 25.93%
B = 45.93%

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

#7269BA (or 0x7269BA) is known color: Blue Marguerite. HEX triplet: 72, 69 and BA. RGB value is (114,105,186). Sum of RGB (Red+Green+Blue) = 114+105+186=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #7269BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269BA is #8D9645. Grayscale: #747474. Windows color (decimal): -9279046 or 12216690. OLE color: 12216690.

HSL color Cylindrical-coordinate representation of color #7269BA: hue angle of 246.67º 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 #7269BA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 105 186 -
CMYK 0.39 0.44 0 0.27
HSL 246.67º 0.37% 0.57% -
HSV(B) 246.67º 0.44% 0.73% -
XYZ 20.85 17.23 48.68 -
YUV 116.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 114 105 186 0.39 0.44 0 0.27 246.67 0.37 0.57
Hex 72 69 BA 27 2C 0 1B F7 25 39
Octal 162 151 272 47 54 0 33 367 45 71
Binary 1110010 1101001 10111010 100111 101100 0 11011 11110111 100101 111001

Color Harmonies of #7269BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7269BA

Black with #7269BA

Text Example


Text Example

White with #7269BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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