Html Css Color HEX #714CBB Blue Marguerite

📋 copy color: '#714CBB'

red 113 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #714CBB

Tints of Blue Marguerite #714CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 30.05%
G = 20.21%
B = 49.73%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714CBB (or 0x714CBB) is known color: Blue Marguerite. HEX triplet: 71, 4C and BB. RGB value is (113,76,187). Sum of RGB (Red+Green+Blue) = 113+76+187=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #714CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CBB is #8EB344. Grayscale: #636363. Windows color (decimal): -9352005 or 12274801. OLE color: 12274801.

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

Color convert

RGB 113 76 187 -
CMYK 0.40 0.59 0 0.27
HSL 260º 0.45% 0.52% -
HSV(B) 260º 0.59% 0.73% -
XYZ 18.36 12.27 48.41 -
YUV 99.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 113 76 187 0.40 0.59 0 0.27 260 0.45 0.52
Hex 71 4C BB 28 3B 0 1B 104 2D 34
Octal 161 114 273 50 73 0 33 404 55 64
Binary 1110001 1001100 10111011 101000 111011 0 11011 100000100 101101 110100

Color Harmonies of #714CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CBB

Black with #714CBB

Text Example


Text Example

White with #714CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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