Html Css Color HEX #715DB8 Blue Marguerite

📋 copy color: '#715DB8'

red 113 ◦ green 93 ◦ blue 184

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

Shades of Blue Marguerite #715DB8

Tints of Blue Marguerite #715DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.18%

R = 28.97%
G = 23.85%
B = 47.18%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#715DB8 (or 0x715DB8) is known color: Blue Marguerite. HEX triplet: 71, 5D and B8. RGB value is (113,93,184). Sum of RGB (Red+Green+Blue) = 113+93+184=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #715DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DB8 is #8EA247. Grayscale: #6D6D6D. Windows color (decimal): -9347656 or 12082545. OLE color: 12082545.

HSL color Cylindrical-coordinate representation of color #715DB8: hue angle of 253.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715DB8 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 93 184 -
CMYK 0.39 0.49 0 0.28
HSL 253.19º 0.39% 0.54% -
HSV(B) 253.19º 0.49% 0.72% -
XYZ 19.38 14.8 47.18 -
YUV 109.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 113 93 184 0.39 0.49 0 0.28 253.19 0.39 0.54
Hex 71 5D B8 27 31 0 1C FD 27 36
Octal 161 135 270 47 61 0 34 375 47 66
Binary 1110001 1011101 10111000 100111 110001 0 11100 11111101 100111 110110

Color Harmonies of #715DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DB8

Black with #715DB8

Text Example


Text Example

White with #715DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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