Html Css Color HEX #716ABA Blue Marguerite

📋 copy color: '#716ABA'

red 113 ◦ green 106 ◦ blue 186

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

Shades of Blue Marguerite #716ABA

Tints of Blue Marguerite #716ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 27.9%
G = 26.17%
B = 45.93%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#716ABA (or 0x716ABA) is known color: Blue Marguerite. HEX triplet: 71, 6A and BA. RGB value is (113,106,186). Sum of RGB (Red+Green+Blue) = 113+106+186=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 106 (41.80% from 255 or 26.17% 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 #716ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ABA is #8E9545. Grayscale: #747474. Windows color (decimal): -9344326 or 12216945. OLE color: 12216945.

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

Color convert

RGB 113 106 186 -
CMYK 0.39 0.43 0 0.27
HSL 245.25º 0.37% 0.57% -
HSV(B) 245.25º 0.43% 0.73% -
XYZ 20.83 17.36 48.71 -
YUV 117.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 113 106 186 0.39 0.43 0 0.27 245.25 0.37 0.57
Hex 71 6A BA 27 2B 0 1B F5 25 39
Octal 161 152 272 47 53 0 33 365 45 71
Binary 1110001 1101010 10111010 100111 101011 0 11011 11110101 100101 111001

Color Harmonies of #716ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ABA

Black with #716ABA

Text Example


Text Example

White with #716ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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