Html Css Color HEX #715CBB Blue Marguerite

📋 copy color: '#715CBB'

red 113 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #715CBB

Tints of Blue Marguerite #715CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 28.83%
G = 23.47%
B = 47.7%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#715CBB (or 0x715CBB) is known color: Blue Marguerite. HEX triplet: 71, 5C and BB. RGB value is (113,92,187). Sum of RGB (Red+Green+Blue) = 113+92+187=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #715CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CBB is #8EA344. Grayscale: #6C6C6C. Windows color (decimal): -9347909 or 12278897. OLE color: 12278897.

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

Color convert

RGB 113 92 187 -
CMYK 0.40 0.51 0 0.27
HSL 253.26º 0.41% 0.55% -
HSV(B) 253.26º 0.51% 0.73% -
XYZ 19.61 14.75 48.83 -
YUV 109.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 113 92 187 0.40 0.51 0 0.27 253.26 0.41 0.55
Hex 71 5C BB 28 33 0 1B FD 29 37
Octal 161 134 273 50 63 0 33 375 51 67
Binary 1110001 1011100 10111011 101000 110011 0 11011 11111101 101001 110111

Color Harmonies of #715CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CBB

Black with #715CBB

Text Example


Text Example

White with #715CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,187); }

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

background-color css

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

 a { background-color: rgb(113,92,187); }

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

border-color css

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

 span { border-color: rgb(113,92,187); }

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