Html Css Color HEX #715FBF Blue Marguerite

📋 copy color: '#715FBF'

red 113 ◦ green 95 ◦ blue 191

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

Shades of Blue Marguerite #715FBF

Tints of Blue Marguerite #715FBF

RGB

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

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

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

R = 28.32%
G = 23.81%
B = 47.87%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#715FBF (or 0x715FBF) is known color: Blue Marguerite. HEX triplet: 71, 5F and BF. RGB value is (113,95,191). Sum of RGB (Red+Green+Blue) = 113+95+191=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #715FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FBF is #8EA040. Grayscale: #6E6E6E. Windows color (decimal): -9347137 or 12541809. OLE color: 12541809.

HSL color Cylindrical-coordinate representation of color #715FBF: hue angle of 251.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #715FBF is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 95 191 -
CMYK 0.41 0.50 0 0.25
HSL 251.25º 0.43% 0.56% -
HSV(B) 251.25º 0.5% 0.75% -
XYZ 20.31 15.46 51.2 -
YUV 111.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 113 95 191 0.41 0.50 0 0.25 251.25 0.43 0.56
Hex 71 5F BF 29 32 0 19 FB 2B 38
Octal 161 137 277 51 62 0 31 373 53 70
Binary 1110001 1011111 10111111 101001 110010 0 11001 11111011 101011 111000

Color Harmonies of #715FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FBF

Black with #715FBF

Text Example


Text Example

White with #715FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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