Html Css Color HEX #714BBA Blue Marguerite

📋 copy color: '#714BBA'

red 113 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #714BBA

Tints of Blue Marguerite #714BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 30.21%
G = 20.05%
B = 49.73%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714BBA (or 0x714BBA) is known color: Blue Marguerite. HEX triplet: 71, 4B and BA. RGB value is (113,75,186). Sum of RGB (Red+Green+Blue) = 113+75+186=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #714BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BBA is #8EB445. Grayscale: #626262. Windows color (decimal): -9352262 or 12209009. OLE color: 12209009.

HSL color Cylindrical-coordinate representation of color #714BBA: hue angle of 260.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714BBA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 75 186 -
CMYK 0.39 0.60 0 0.27
HSL 260.54º 0.45% 0.51% -
HSV(B) 260.54º 0.6% 0.73% -
XYZ 18.19 12.09 47.83 -
YUV 99.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 113 75 186 0.39 0.60 0 0.27 260.54 0.45 0.51
Hex 71 4B BA 27 3C 0 1B 105 2D 33
Octal 161 113 272 47 74 0 33 405 55 63
Binary 1110001 1001011 10111010 100111 111100 0 11011 100000101 101101 110011

Color Harmonies of #714BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BBA

Black with #714BBA

Text Example


Text Example

White with #714BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,186); }

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

background-color css

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

 a { background-color: rgb(113,75,186); }

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

border-color css

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

 span { border-color: rgb(113,75,186); }

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