Html Css Color HEX #715CBA Blue Marguerite

📋 copy color: '#715CBA'

red 113 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #715CBA

Tints of Blue Marguerite #715CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 28.9%
G = 23.53%
B = 47.57%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#715CBA (or 0x715CBA) is known color: Blue Marguerite. HEX triplet: 71, 5C and BA. RGB value is (113,92,186). Sum of RGB (Red+Green+Blue) = 113+92+186=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #715CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CBA is #8EA345. Grayscale: #6C6C6C. Windows color (decimal): -9347910 or 12213361. OLE color: 12213361.

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

Color convert

RGB 113 92 186 -
CMYK 0.39 0.51 0 0.27
HSL 253.4º 0.41% 0.55% -
HSV(B) 253.4º 0.51% 0.73% -
XYZ 19.5 14.71 48.27 -
YUV 109 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 113 92 186 0.39 0.51 0 0.27 253.4 0.41 0.55
Hex 71 5C BA 27 33 0 1B FD 29 37
Octal 161 134 272 47 63 0 33 375 51 67
Binary 1110001 1011100 10111010 100111 110011 0 11011 11111101 101001 110111

Color Harmonies of #715CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CBA

Black with #715CBA

Text Example


Text Example

White with #715CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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