Html Css Color HEX #714CBD Blue Marguerite

📋 copy color: '#714CBD'

red 113 ◦ green 76 ◦ blue 189

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

Shades of Blue Marguerite #714CBD

Tints of Blue Marguerite #714CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 29.89%
G = 20.11%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#714CBD (or 0x714CBD) is known color: Blue Marguerite. HEX triplet: 71, 4C and BD. RGB value is (113,76,189). Sum of RGB (Red+Green+Blue) = 113+76+189=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #714CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CBD is #8EB342. Grayscale: #636363. Windows color (decimal): -9352003 or 12405873. OLE color: 12405873.

HSL color Cylindrical-coordinate representation of color #714CBD: hue angle of 259.65º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714CBD is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 76 189 -
CMYK 0.40 0.60 0 0.26
HSL 259.65º 0.46% 0.52% -
HSV(B) 259.65º 0.6% 0.74% -
XYZ 18.58 12.35 49.55 -
YUV 99.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 113 76 189 0.40 0.60 0 0.26 259.65 0.46 0.52
Hex 71 4C BD 28 3C 0 1A 104 2E 34
Octal 161 114 275 50 74 0 32 404 56 64
Binary 1110001 1001100 10111101 101000 111100 0 11010 100000100 101110 110100

Color Harmonies of #714CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CBD

Black with #714CBD

Text Example


Text Example

White with #714CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,76,189); }

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

background-color css

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

 a { background-color: rgb(113,76,189); }

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

border-color css

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

 span { border-color: rgb(113,76,189); }

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