#714CBC

Color #714CBC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #714CBC

Tints of Blue Marguerite #714CBC

Color information

#714CBC (or 0x714CBC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 4C and BC. RGB value is (113,76,188). Sum of RGB (Red+Green+Blue) = 113+76+188=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #714CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CBC is #8EB343. Grayscale: #636363. Windows color (decimal): -9352004 or 12340337. OLE color: 12340337.

HSL color Cylindrical-coordinate representation of color #714CBC: hue angle of 259.82º 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 #714CBC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11376188-
CMYK0.400.6000.26
HSL259.82º45.53%51.76%-
HSV(B)259.82º59.57%73.73%-
XYZ18.4712.3148.98-
YUV99.83177.76137.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=29.97%
G=20.16%
B=49.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113761880.400.6000.26259.8245.5351.76
Hex714CBC283C01A1042e34
Octal16111427450740324045664
Binary1110001100110010111100101000111100011010100000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #714CBC;
 }
 .AnyTagClassName
 {
   color: #714CBC;
 }
</style>
background-color css

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

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

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

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

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

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