Html Css Color HEX #715AB8 Blue Marguerite

📋 copy color: '#715AB8'

red 113 ◦ green 90 ◦ blue 184

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

Shades of Blue Marguerite #715AB8

Tints of Blue Marguerite #715AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

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

R = 29.2%
G = 23.26%
B = 47.55%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#715AB8 (or 0x715AB8) is known color: Blue Marguerite. HEX triplet: 71, 5A and B8. RGB value is (113,90,184). Sum of RGB (Red+Green+Blue) = 113+90+184=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #715AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AB8 is #8EA547. Grayscale: #6B6B6B. Windows color (decimal): -9348424 or 12081777. OLE color: 12081777.

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

Color convert

RGB 113 90 184 -
CMYK 0.39 0.51 0 0.28
HSL 254.68º 0.4% 0.54% -
HSV(B) 254.68º 0.51% 0.72% -
XYZ 19.12 14.28 47.1 -
YUV 107.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 113 90 184 0.39 0.51 0 0.28 254.68 0.4 0.54
Hex 71 5A B8 27 33 0 1C FF 28 36
Octal 161 132 270 47 63 0 34 377 50 66
Binary 1110001 1011010 10111000 100111 110011 0 11100 11111111 101000 110110

Color Harmonies of #715AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AB8

Black with #715AB8

Text Example


Text Example

White with #715AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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