Html Css Color HEX #714BBF Blue Marguerite

📋 copy color: '#714BBF'

red 113 ◦ green 75 ◦ blue 191

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

Shades of Blue Marguerite #714BBF

Tints of Blue Marguerite #714BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 29.82%
G = 19.79%
B = 50.4%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#714BBF (or 0x714BBF) is known color: Blue Marguerite. HEX triplet: 71, 4B and BF. RGB value is (113,75,191). Sum of RGB (Red+Green+Blue) = 113+75+191=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #714BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BBF is #8EB440. Grayscale: #636363. Windows color (decimal): -9352257 or 12536689. OLE color: 12536689.

HSL color Cylindrical-coordinate representation of color #714BBF: hue angle of 259.66º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #714BBF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 75 191 -
CMYK 0.41 0.61 0 0.25
HSL 259.66º 0.48% 0.52% -
HSV(B) 259.66º 0.61% 0.75% -
XYZ 18.73 12.3 50.68 -
YUV 99.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 113 75 191 0.41 0.61 0 0.25 259.66 0.48 0.52
Hex 71 4B BF 29 3D 0 19 104 30 34
Octal 161 113 277 51 75 0 31 404 60 64
Binary 1110001 1001011 10111111 101001 111101 0 11001 100000100 110000 110100

Color Harmonies of #714BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BBF

Black with #714BBF

Text Example


Text Example

White with #714BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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