Html Css Color HEX #715FBA Blue Marguerite

📋 copy color: '#715FBA'

red 113 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #715FBA

Tints of Blue Marguerite #715FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

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

R = 28.68%
G = 24.11%
B = 47.21%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#715FBA (or 0x715FBA) is known color: Blue Marguerite. HEX triplet: 71, 5F and BA. RGB value is (113,95,186). Sum of RGB (Red+Green+Blue) = 113+95+186=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #715FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FBA is #8EA045. Grayscale: #6E6E6E. Windows color (decimal): -9347142 or 12214129. OLE color: 12214129.

HSL color Cylindrical-coordinate representation of color #715FBA: hue angle of 251.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715FBA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 95 186 -
CMYK 0.39 0.49 0 0.27
HSL 251.87º 0.4% 0.55% -
HSV(B) 251.87º 0.49% 0.73% -
XYZ 19.77 15.24 48.35 -
YUV 110.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 113 95 186 0.39 0.49 0 0.27 251.87 0.4 0.55
Hex 71 5F BA 27 31 0 1B FC 28 37
Octal 161 137 272 47 61 0 33 374 50 67
Binary 1110001 1011111 10111010 100111 110001 0 11011 11111100 101000 110111

Color Harmonies of #715FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FBA

Black with #715FBA

Text Example


Text Example

White with #715FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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