Html Css Color HEX #715BBF Blue Marguerite

📋 copy color: '#715BBF'

red 113 ◦ green 91 ◦ blue 191

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

Shades of Blue Marguerite #715BBF

Tints of Blue Marguerite #715BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 28.61%
G = 23.04%
B = 48.35%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#715BBF (or 0x715BBF) is known color: Blue Marguerite. HEX triplet: 71, 5B and BF. RGB value is (113,91,191). Sum of RGB (Red+Green+Blue) = 113+91+191=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #715BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BBF is #8EA440. Grayscale: #6C6C6C. Windows color (decimal): -9348161 or 12540785. OLE color: 12540785.

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

Color convert

RGB 113 91 191 -
CMYK 0.41 0.52 0 0.25
HSL 253.2º 0.44% 0.55% -
HSV(B) 253.2º 0.52% 0.75% -
XYZ 19.96 14.75 51.09 -
YUV 108.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 113 91 191 0.41 0.52 0 0.25 253.2 0.44 0.55
Hex 71 5B BF 29 34 0 19 FD 2C 37
Octal 161 133 277 51 64 0 31 375 54 67
Binary 1110001 1011011 10111111 101001 110100 0 11001 11111101 101100 110111

Color Harmonies of #715BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BBF

Black with #715BBF

Text Example


Text Example

White with #715BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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