Html Css Color HEX #715ABA Blue Marguerite

📋 copy color: '#715ABA'

red 113 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #715ABA

Tints of Blue Marguerite #715ABA

RGB

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

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

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

R = 29.05%
G = 23.14%
B = 47.81%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#715ABA (or 0x715ABA) is known color: Blue Marguerite. HEX triplet: 71, 5A and BA. RGB value is (113,90,186). Sum of RGB (Red+Green+Blue) = 113+90+186=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #715ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ABA is #8EA545. Grayscale: #6B6B6B. Windows color (decimal): -9348422 or 12212849. OLE color: 12212849.

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

Color convert

RGB 113 90 186 -
CMYK 0.39 0.52 0 0.27
HSL 254.38º 0.41% 0.54% -
HSV(B) 254.38º 0.52% 0.73% -
XYZ 19.33 14.37 48.21 -
YUV 107.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 113 90 186 0.39 0.52 0 0.27 254.38 0.41 0.54
Hex 71 5A BA 27 34 0 1B FE 29 36
Octal 161 132 272 47 64 0 33 376 51 66
Binary 1110001 1011010 10111010 100111 110100 0 11011 11111110 101001 110110

Color Harmonies of #715ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ABA

Black with #715ABA

Text Example


Text Example

White with #715ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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