Html Css Color HEX #715EBF Blue Marguerite

📋 copy color: '#715EBF'

red 113 ◦ green 94 ◦ blue 191

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

Shades of Blue Marguerite #715EBF

Tints of Blue Marguerite #715EBF

RGB

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

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

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

R = 28.39%
G = 23.62%
B = 47.99%

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

#715EBF (or 0x715EBF) is known color: Blue Marguerite. HEX triplet: 71, 5E and BF. RGB value is (113,94,191). Sum of RGB (Red+Green+Blue) = 113+94+191=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #715EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EBF is #8EA140. Grayscale: #6E6E6E. Windows color (decimal): -9347393 or 12541553. OLE color: 12541553.

HSL color Cylindrical-coordinate representation of color #715EBF: hue angle of 251.75º 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 #715EBF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 94 191 -
CMYK 0.41 0.51 0 0.25
HSL 251.75º 0.43% 0.56% -
HSV(B) 251.75º 0.51% 0.75% -
XYZ 20.22 15.28 51.17 -
YUV 110.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 113 94 191 0.41 0.51 0 0.25 251.75 0.43 0.56
Hex 71 5E BF 29 33 0 19 FC 2B 38
Octal 161 136 277 51 63 0 31 374 53 70
Binary 1110001 1011110 10111111 101001 110011 0 11001 11111100 101011 111000

Color Harmonies of #715EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EBF

Black with #715EBF

Text Example


Text Example

White with #715EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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