Html Css Color HEX #726BBC Blue Marguerite

📋 copy color: '#726BBC'

red 114 ◦ green 107 ◦ blue 188

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

Shades of Blue Marguerite #726BBC

Tints of Blue Marguerite #726BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 27.87%
G = 26.16%
B = 45.97%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#726BBC (or 0x726BBC) is known color: Blue Marguerite. HEX triplet: 72, 6B and BC. RGB value is (114,107,188). Sum of RGB (Red+Green+Blue) = 114+107+188=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #726BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BBC is #8D9443. Grayscale: #767676. Windows color (decimal): -9278532 or 12348274. OLE color: 12348274.

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

Color convert

RGB 114 107 188 -
CMYK 0.39 0.43 0 0.26
HSL 245.19º 0.38% 0.58% -
HSV(B) 245.19º 0.43% 0.74% -
XYZ 21.27 17.72 49.88 -
YUV 118.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 114 107 188 0.39 0.43 0 0.26 245.19 0.38 0.58
Hex 72 6B BC 27 2B 0 1A F5 26 3A
Octal 162 153 274 47 53 0 32 365 46 72
Binary 1110010 1101011 10111100 100111 101011 0 11010 11110101 100110 111010

Color Harmonies of #726BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BBC

Black with #726BBC

Text Example


Text Example

White with #726BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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