Html Css Color HEX #715ABB Blue Marguerite

📋 copy color: '#715ABB'

red 113 ◦ green 90 ◦ blue 187

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

Shades of Blue Marguerite #715ABB

Tints of Blue Marguerite #715ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 28.97%
G = 23.08%
B = 47.95%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#715ABB (or 0x715ABB) is known color: Blue Marguerite. HEX triplet: 71, 5A and BB. RGB value is (113,90,187). Sum of RGB (Red+Green+Blue) = 113+90+187=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #715ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ABB is #8EA544. Grayscale: #6B6B6B. Windows color (decimal): -9348421 or 12278385. OLE color: 12278385.

HSL color Cylindrical-coordinate representation of color #715ABB: hue angle of 254.23º degrees, saturation: 0.42, 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 #715ABB is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 90 187 -
CMYK 0.40 0.52 0 0.27
HSL 254.23º 0.42% 0.54% -
HSV(B) 254.23º 0.52% 0.73% -
XYZ 19.44 14.41 48.77 -
YUV 107.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 113 90 187 0.40 0.52 0 0.27 254.23 0.42 0.54
Hex 71 5A BB 28 34 0 1B FE 2A 36
Octal 161 132 273 50 64 0 33 376 52 66
Binary 1110001 1011010 10111011 101000 110100 0 11011 11111110 101010 110110

Color Harmonies of #715ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ABB

Black with #715ABB

Text Example


Text Example

White with #715ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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