Html Css Color HEX #715BBC Blue Marguerite

📋 copy color: '#715BBC'

red 113 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #715BBC

Tints of Blue Marguerite #715BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 28.83%
G = 23.21%
B = 47.96%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#715BBC (or 0x715BBC) is known color: Blue Marguerite. HEX triplet: 71, 5B and BC. RGB value is (113,91,188). Sum of RGB (Red+Green+Blue) = 113+91+188=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #715BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BBC is #8EA443. Grayscale: #6C6C6C. Windows color (decimal): -9348164 or 12344177. OLE color: 12344177.

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

Color convert

RGB 113 91 188 -
CMYK 0.40 0.52 0 0.26
HSL 253.61º 0.42% 0.55% -
HSV(B) 253.61º 0.52% 0.74% -
XYZ 19.63 14.62 49.37 -
YUV 108.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 113 91 188 0.40 0.52 0 0.26 253.61 0.42 0.55
Hex 71 5B BC 28 34 0 1A FE 2A 37
Octal 161 133 274 50 64 0 32 376 52 67
Binary 1110001 1011011 10111100 101000 110100 0 11010 11111110 101010 110111

Color Harmonies of #715BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BBC

Black with #715BBC

Text Example


Text Example

White with #715BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,188); }

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

background-color css

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

 a { background-color: rgb(113,91,188); }

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

border-color css

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

 span { border-color: rgb(113,91,188); }

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