Html Css Color HEX #7166BD Blue Marguerite

📋 copy color: '#7166BD'

red 113 ◦ green 102 ◦ blue 189

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

Shades of Blue Marguerite #7166BD

Tints of Blue Marguerite #7166BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 27.97%
G = 25.25%
B = 46.78%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7166BD (or 0x7166BD) is known color: Blue Marguerite. HEX triplet: 71, 66 and BD. RGB value is (113,102,189). Sum of RGB (Red+Green+Blue) = 113+102+189=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #7166BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166BD is #8E9942. Grayscale: #727272. Windows color (decimal): -9345347 or 12412529. OLE color: 12412529.

HSL color Cylindrical-coordinate representation of color #7166BD: hue angle of 247.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7166BD is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 102 189 -
CMYK 0.40 0.46 0 0.26
HSL 247.59º 0.4% 0.57% -
HSV(B) 247.59º 0.46% 0.74% -
XYZ 20.75 16.69 50.27 -
YUV 115.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 113 102 189 0.40 0.46 0 0.26 247.59 0.4 0.57
Hex 71 66 BD 28 2E 0 1A F8 28 39
Octal 161 146 275 50 56 0 32 370 50 71
Binary 1110001 1100110 10111101 101000 101110 0 11010 11111000 101000 111001

Color Harmonies of #7166BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166BD

Black with #7166BD

Text Example


Text Example

White with #7166BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7166BD; }

 p { color: rgb(113,102,189); }

 H1.HeaderClassName
 {
   color: #7166BD;
 }
 .AnyTagClassName
 {
   color: #7166BD;
 }
</style>

background-color css

<style>
 a { background-color: #7166BD; }

 a { background-color: rgb(113,102,189); }

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

border-color css

<style>
 span { border-color: #7166BD; }

 span { border-color: rgb(113,102,189); }

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