Html Css Color HEX #715DBF Blue Marguerite

📋 copy color: '#715DBF'

red 113 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #715DBF

Tints of Blue Marguerite #715DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

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

R = 28.46%
G = 23.43%
B = 48.11%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#715DBF (or 0x715DBF) is known color: Blue Marguerite. HEX triplet: 71, 5D and BF. RGB value is (113,93,191). Sum of RGB (Red+Green+Blue) = 113+93+191=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #715DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DBF is #8EA240. Grayscale: #6D6D6D. Windows color (decimal): -9347649 or 12541297. OLE color: 12541297.

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

Color convert

RGB 113 93 191 -
CMYK 0.41 0.51 0 0.25
HSL 252.24º 0.43% 0.56% -
HSV(B) 252.24º 0.51% 0.75% -
XYZ 20.13 15.1 51.14 -
YUV 110.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 113 93 191 0.41 0.51 0 0.25 252.24 0.43 0.56
Hex 71 5D BF 29 33 0 19 FC 2B 38
Octal 161 135 277 51 63 0 31 374 53 70
Binary 1110001 1011101 10111111 101001 110011 0 11001 11111100 101011 111000

Color Harmonies of #715DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DBF

Black with #715DBF

Text Example


Text Example

White with #715DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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