Html Css Color HEX #716BB0 Blue Marguerite

📋 copy color: '#716BB0'

red 113 ◦ green 107 ◦ blue 176

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

Shades of Blue Marguerite #716BB0

Tints of Blue Marguerite #716BB0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 176 (69.14% from 255) = 44.44%

R = 28.54%
G = 27.02%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#716BB0 (or 0x716BB0) is known color: Blue Marguerite. HEX triplet: 71, 6B and B0. RGB value is (113,107,176). Sum of RGB (Red+Green+Blue) = 113+107+176=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #716BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BB0 is #8E944F. Grayscale: #747474. Windows color (decimal): -9344080 or 11561841. OLE color: 11561841.

HSL color Cylindrical-coordinate representation of color #716BB0: hue angle of 245.22º 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 #716BB0 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 107 176 -
CMYK 0.36 0.39 0 0.31
HSL 245.22º 0.3% 0.55% -
HSV(B) 245.22º 0.39% 0.69% -
XYZ 19.9 17.16 43.34 -
YUV 116.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 113 107 176 0.36 0.39 0 0.31 245.22 0.3 0.55
Hex 71 6B B0 24 27 0 1F F5 1E 37
Octal 161 153 260 44 47 0 37 365 36 67
Binary 1110001 1101011 10110000 100100 100111 0 11111 11110101 11110 110111

Color Harmonies of #716BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BB0

Black with #716BB0

Text Example


Text Example

White with #716BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716BB0; }

 p { color: rgb(113,107,176); }

 H1.HeaderClassName
 {
   color: #716BB0;
 }
 .AnyTagClassName
 {
   color: #716BB0;
 }
</style>

background-color css

<style>
 a { background-color: #716BB0; }

 a { background-color: rgb(113,107,176); }

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

border-color css

<style>
 span { border-color: #716BB0; }

 span { border-color: rgb(113,107,176); }

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