Html Css Color HEX #714DBA Blue Marguerite

📋 copy color: '#714DBA'

red 113 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #714DBA

Tints of Blue Marguerite #714DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

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

R = 30.05%
G = 20.48%
B = 49.47%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714DBA (or 0x714DBA) is known color: Blue Marguerite. HEX triplet: 71, 4D and BA. RGB value is (113,77,186). Sum of RGB (Red+Green+Blue) = 113+77+186=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #714DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DBA is #8EB245. Grayscale: #636363. Windows color (decimal): -9351750 or 12209521. OLE color: 12209521.

HSL color Cylindrical-coordinate representation of color #714DBA: hue angle of 259.82º degrees, saturation: 0.44, 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 #714DBA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 77 186 -
CMYK 0.39 0.59 0 0.27
HSL 259.82º 0.44% 0.52% -
HSV(B) 259.82º 0.59% 0.73% -
XYZ 18.33 12.36 47.87 -
YUV 100.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 113 77 186 0.39 0.59 0 0.27 259.82 0.44 0.52
Hex 71 4D BA 27 3B 0 1B 104 2C 34
Octal 161 115 272 47 73 0 33 404 54 64
Binary 1110001 1001101 10111010 100111 111011 0 11011 100000100 101100 110100

Color Harmonies of #714DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DBA

Black with #714DBA

Text Example


Text Example

White with #714DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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