Html Css Color HEX #7166BE Blue Marguerite

📋 copy color: '#7166BE'

red 113 ◦ green 102 ◦ blue 190

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

Shades of Blue Marguerite #7166BE

Tints of Blue Marguerite #7166BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 27.9%
G = 25.19%
B = 46.91%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7166BE (or 0x7166BE) is known color: Blue Marguerite. HEX triplet: 71, 66 and BE. RGB value is (113,102,190). Sum of RGB (Red+Green+Blue) = 113+102+190=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #7166BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166BE is #8E9941. Grayscale: #727272. Windows color (decimal): -9345346 or 12478065. OLE color: 12478065.

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

Color convert

RGB 113 102 190 -
CMYK 0.41 0.46 0 0.25
HSL 247.5º 0.4% 0.57% -
HSV(B) 247.5º 0.46% 0.75% -
XYZ 20.86 16.73 50.85 -
YUV 115.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 113 102 190 0.41 0.46 0 0.25 247.5 0.4 0.57
Hex 71 66 BE 29 2E 0 19 F8 28 39
Octal 161 146 276 51 56 0 31 370 50 71
Binary 1110001 1100110 10111110 101001 101110 0 11001 11111000 101000 111001

Color Harmonies of #7166BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166BE

Black with #7166BE

Text Example


Text Example

White with #7166BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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