Html Css Color HEX #725ABB Blue Marguerite

📋 copy color: '#725ABB'

red 114 ◦ green 90 ◦ blue 187

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

Shades of Blue Marguerite #725ABB

Tints of Blue Marguerite #725ABB

RGB

 RED value IS 114 (44.92% from 255) = 29.16%

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

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

R = 29.16%
G = 23.02%
B = 47.83%

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

#725ABB (or 0x725ABB) is known color: Blue Marguerite. HEX triplet: 72, 5A and BB. RGB value is (114,90,187). Sum of RGB (Red+Green+Blue) = 114+90+187=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #725ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ABB is #8DA544. Grayscale: #6B6B6B. Windows color (decimal): -9282885 or 12278386. OLE color: 12278386.

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

Color convert

RGB 114 90 187 -
CMYK 0.39 0.52 0 0.27
HSL 254.85º 0.42% 0.54% -
HSV(B) 254.85º 0.52% 0.73% -
XYZ 19.57 14.48 48.78 -
YUV 108.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 114 90 187 0.39 0.52 0 0.27 254.85 0.42 0.54
Hex 72 5A BB 27 34 0 1B FF 2A 36
Octal 162 132 273 47 64 0 33 377 52 66
Binary 1110010 1011010 10111011 100111 110100 0 11011 11111111 101010 110110

Color Harmonies of #725ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ABB

Black with #725ABB

Text Example


Text Example

White with #725ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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