Html Css Color HEX #714FB8 Blue Marguerite

📋 copy color: '#714FB8'

red 113 ◦ green 79 ◦ blue 184

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

Shades of Blue Marguerite #714FB8

Tints of Blue Marguerite #714FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 30.05%
G = 21.01%
B = 48.94%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#714FB8 (or 0x714FB8) is known color: Blue Marguerite. HEX triplet: 71, 4F and B8. RGB value is (113,79,184). Sum of RGB (Red+Green+Blue) = 113+79+184=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #714FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FB8 is #8EB047. Grayscale: #646464. Windows color (decimal): -9351240 or 12078961. OLE color: 12078961.

HSL color Cylindrical-coordinate representation of color #714FB8: hue angle of 259.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714FB8 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 79 184 -
CMYK 0.39 0.57 0 0.28
HSL 259.43º 0.43% 0.52% -
HSV(B) 259.43º 0.57% 0.72% -
XYZ 18.26 12.56 46.81 -
YUV 101.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 113 79 184 0.39 0.57 0 0.28 259.43 0.43 0.52
Hex 71 4F B8 27 39 0 1C 103 2B 34
Octal 161 117 270 47 71 0 34 403 53 64
Binary 1110001 1001111 10111000 100111 111001 0 11100 100000011 101011 110100

Color Harmonies of #714FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FB8

Black with #714FB8

Text Example


Text Example

White with #714FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714FB8; }

 p { color: rgb(113,79,184); }

 H1.HeaderClassName
 {
   color: #714FB8;
 }
 .AnyTagClassName
 {
   color: #714FB8;
 }
</style>

background-color css

<style>
 a { background-color: #714FB8; }

 a { background-color: rgb(113,79,184); }

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

border-color css

<style>
 span { border-color: #714FB8; }

 span { border-color: rgb(113,79,184); }

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