Html Css Color HEX #716ABC Blue Marguerite

📋 copy color: '#716ABC'

red 113 ◦ green 106 ◦ blue 188

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

Shades of Blue Marguerite #716ABC

Tints of Blue Marguerite #716ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 27.76%
G = 26.04%
B = 46.19%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#716ABC (or 0x716ABC) is known color: Blue Marguerite. HEX triplet: 71, 6A and BC. RGB value is (113,106,188). Sum of RGB (Red+Green+Blue) = 113+106+188=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #716ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ABC is #8E9543. Grayscale: #757575. Windows color (decimal): -9344324 or 12348017. OLE color: 12348017.

HSL color Cylindrical-coordinate representation of color #716ABC: hue angle of 245.12º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716ABC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 106 188 -
CMYK 0.40 0.44 0 0.26
HSL 245.12º 0.38% 0.58% -
HSV(B) 245.12º 0.44% 0.74% -
XYZ 21.04 17.45 49.84 -
YUV 117.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 113 106 188 0.40 0.44 0 0.26 245.12 0.38 0.58
Hex 71 6A BC 28 2C 0 1A F5 26 3A
Octal 161 152 274 50 54 0 32 365 46 72
Binary 1110001 1101010 10111100 101000 101100 0 11010 11110101 100110 111010

Color Harmonies of #716ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ABC

Black with #716ABC

Text Example


Text Example

White with #716ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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