Html Css Color HEX #714FB9 Blue Marguerite

📋 copy color: '#714FB9'

red 113 ◦ green 79 ◦ blue 185

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

Shades of Blue Marguerite #714FB9

Tints of Blue Marguerite #714FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 29.97%
G = 20.95%
B = 49.07%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714FB9 (or 0x714FB9) is known color: Blue Marguerite. HEX triplet: 71, 4F and B9. RGB value is (113,79,185). Sum of RGB (Red+Green+Blue) = 113+79+185=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #714FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FB9 is #8EB046. Grayscale: #646464. Windows color (decimal): -9351239 or 12144497. OLE color: 12144497.

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

Color convert

RGB 113 79 185 -
CMYK 0.39 0.57 0 0.27
HSL 259.25º 0.43% 0.52% -
HSV(B) 259.25º 0.57% 0.73% -
XYZ 18.36 12.61 47.36 -
YUV 101.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 113 79 185 0.39 0.57 0 0.27 259.25 0.43 0.52
Hex 71 4F B9 27 39 0 1B 103 2B 34
Octal 161 117 271 47 71 0 33 403 53 64
Binary 1110001 1001111 10111001 100111 111001 0 11011 100000011 101011 110100

Color Harmonies of #714FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FB9

Black with #714FB9

Text Example


Text Example

White with #714FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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