Html Css Color HEX #716ABE Blue Marguerite

📋 copy color: '#716ABE'

red 113 ◦ green 106 ◦ blue 190

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

Shades of Blue Marguerite #716ABE

Tints of Blue Marguerite #716ABE

RGB

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

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

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

R = 27.63%
G = 25.92%
B = 46.45%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#716ABE (or 0x716ABE) is known color: Blue Marguerite. HEX triplet: 71, 6A and BE. RGB value is (113,106,190). Sum of RGB (Red+Green+Blue) = 113+106+190=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #716ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ABE is #8E9541. Grayscale: #757575. Windows color (decimal): -9344322 or 12479089. OLE color: 12479089.

HSL color Cylindrical-coordinate representation of color #716ABE: hue angle of 245º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716ABE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 106 190 -
CMYK 0.41 0.44 0 0.25
HSL 245º 0.39% 0.58% -
HSV(B) 245º 0.44% 0.75% -
XYZ 21.26 17.54 50.98 -
YUV 117.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 113 106 190 0.41 0.44 0 0.25 245 0.39 0.58
Hex 71 6A BE 29 2C 0 19 F5 27 3A
Octal 161 152 276 51 54 0 31 365 47 72
Binary 1110001 1101010 10111110 101001 101100 0 11001 11110101 100111 111010

Color Harmonies of #716ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ABE

Black with #716ABE

Text Example


Text Example

White with #716ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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