Html Css Color HEX #715DBD Blue Marguerite

📋 copy color: '#715DBD'

red 113 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #715DBD

Tints of Blue Marguerite #715DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 28.61%
G = 23.54%
B = 47.85%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#715DBD (or 0x715DBD) is known color: Blue Marguerite. HEX triplet: 71, 5D and BD. RGB value is (113,93,189). Sum of RGB (Red+Green+Blue) = 113+93+189=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #715DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DBD is #8EA242. Grayscale: #6D6D6D. Windows color (decimal): -9347651 or 12410225. OLE color: 12410225.

HSL color Cylindrical-coordinate representation of color #715DBD: hue angle of 252.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715DBD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 93 189 -
CMYK 0.40 0.51 0 0.26
HSL 252.5º 0.42% 0.55% -
HSV(B) 252.5º 0.51% 0.74% -
XYZ 19.91 15.01 49.99 -
YUV 109.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 113 93 189 0.40 0.51 0 0.26 252.5 0.42 0.55
Hex 71 5D BD 28 33 0 1A FD 2A 37
Octal 161 135 275 50 63 0 32 375 52 67
Binary 1110001 1011101 10111101 101000 110011 0 11010 11111101 101010 110111

Color Harmonies of #715DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DBD

Black with #715DBD

Text Example


Text Example

White with #715DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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