Html Css Color HEX #726BBB Blue Marguerite

📋 copy color: '#726BBB'

red 114 ◦ green 107 ◦ blue 187

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

Shades of Blue Marguerite #726BBB

Tints of Blue Marguerite #726BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 27.94%
G = 26.23%
B = 45.83%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#726BBB (or 0x726BBB) is known color: Blue Marguerite. HEX triplet: 72, 6B and BB. RGB value is (114,107,187). Sum of RGB (Red+Green+Blue) = 114+107+187=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #726BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BBB is #8D9444. Grayscale: #757575. Windows color (decimal): -9278533 or 12282738. OLE color: 12282738.

HSL color Cylindrical-coordinate representation of color #726BBB: hue angle of 245.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726BBB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 107 187 -
CMYK 0.39 0.43 0 0.27
HSL 245.25º 0.37% 0.58% -
HSV(B) 245.25º 0.43% 0.73% -
XYZ 21.17 17.68 49.31 -
YUV 118.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 114 107 187 0.39 0.43 0 0.27 245.25 0.37 0.58
Hex 72 6B BB 27 2B 0 1B F5 25 3A
Octal 162 153 273 47 53 0 33 365 45 72
Binary 1110010 1101011 10111011 100111 101011 0 11011 11110101 100101 111010

Color Harmonies of #726BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BBB

Black with #726BBB

Text Example


Text Example

White with #726BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726BBB; }

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

 H1.HeaderClassName
 {
   color: #726BBB;
 }
 .AnyTagClassName
 {
   color: #726BBB;
 }
</style>

background-color css

<style>
 a { background-color: #726BBB; }

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

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

border-color css

<style>
 span { border-color: #726BBB; }

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

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