Html Css Color HEX #715EBB Blue Marguerite

📋 copy color: '#715EBB'

red 113 ◦ green 94 ◦ blue 187

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

Shades of Blue Marguerite #715EBB

Tints of Blue Marguerite #715EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 28.68%
G = 23.86%
B = 47.46%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#715EBB (or 0x715EBB) is known color: Blue Marguerite. HEX triplet: 71, 5E and BB. RGB value is (113,94,187). Sum of RGB (Red+Green+Blue) = 113+94+187=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #715EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EBB is #8EA144. Grayscale: #6D6D6D. Windows color (decimal): -9347397 or 12279409. OLE color: 12279409.

HSL color Cylindrical-coordinate representation of color #715EBB: hue angle of 252.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #715EBB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 94 187 -
CMYK 0.40 0.50 0 0.27
HSL 252.26º 0.41% 0.55% -
HSV(B) 252.26º 0.5% 0.73% -
XYZ 19.78 15.1 48.89 -
YUV 110.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 113 94 187 0.40 0.50 0 0.27 252.26 0.41 0.55
Hex 71 5E BB 28 32 0 1B FC 29 37
Octal 161 136 273 50 62 0 33 374 51 67
Binary 1110001 1011110 10111011 101000 110010 0 11011 11111100 101001 110111

Color Harmonies of #715EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EBB

Black with #715EBB

Text Example


Text Example

White with #715EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,94,187); }

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

background-color css

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

 a { background-color: rgb(113,94,187); }

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

border-color css

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

 span { border-color: rgb(113,94,187); }

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