Html Css Color HEX #715CAB Blue Marguerite

📋 copy color: '#715CAB'

red 113 ◦ green 92 ◦ blue 171

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

Shades of Blue Marguerite #715CAB

Tints of Blue Marguerite #715CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 30.05%
G = 24.47%
B = 45.48%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#715CAB (or 0x715CAB) is known color: Blue Marguerite. HEX triplet: 71, 5C and AB. RGB value is (113,92,171). Sum of RGB (Red+Green+Blue) = 113+92+171=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #715CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAB is #8EA354. Grayscale: #6A6A6A. Windows color (decimal): -9347925 or 11230321. OLE color: 11230321.

HSL color Cylindrical-coordinate representation of color #715CAB: hue angle of 255.95º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #715CAB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 92 171 -
CMYK 0.34 0.46 0 0.33
HSL 255.95º 0.32% 0.52% -
HSV(B) 255.95º 0.46% 0.67% -
XYZ 17.99 14.11 40.3 -
YUV 107.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 113 92 171 0.34 0.46 0 0.33 255.95 0.32 0.52
Hex 71 5C AB 22 2E 0 21 100 20 34
Octal 161 134 253 42 56 0 41 400 40 64
Binary 1110001 1011100 10101011 100010 101110 0 100001 100000000 100000 110100

Color Harmonies of #715CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CAB

Black with #715CAB

Text Example


Text Example

White with #715CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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