Html Css Color HEX #714BBE Blue Marguerite

📋 copy color: '#714BBE'

red 113 ◦ green 75 ◦ blue 190

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

Shades of Blue Marguerite #714BBE

Tints of Blue Marguerite #714BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 29.89%
G = 19.84%
B = 50.26%

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

#714BBE (or 0x714BBE) is known color: Blue Marguerite. HEX triplet: 71, 4B and BE. RGB value is (113,75,190). Sum of RGB (Red+Green+Blue) = 113+75+190=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #714BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BBE is #8EB441. Grayscale: #636363. Windows color (decimal): -9352258 or 12471153. OLE color: 12471153.

HSL color Cylindrical-coordinate representation of color #714BBE: hue angle of 259.83º degrees, saturation: 0.47, 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 #714BBE is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 75 190 -
CMYK 0.41 0.61 0 0.25
HSL 259.83º 0.47% 0.52% -
HSV(B) 259.83º 0.61% 0.75% -
XYZ 18.62 12.26 50.1 -
YUV 99.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 113 75 190 0.41 0.61 0 0.25 259.83 0.47 0.52
Hex 71 4B BE 29 3D 0 19 104 2F 34
Octal 161 113 276 51 75 0 31 404 57 64
Binary 1110001 1001011 10111110 101001 111101 0 11001 100000100 101111 110100

Color Harmonies of #714BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BBE

Black with #714BBE

Text Example


Text Example

White with #714BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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