Html Css Color HEX #724CBC Blue Marguerite

📋 copy color: '#724CBC'

red 114 ◦ green 76 ◦ blue 188

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

Shades of Blue Marguerite #724CBC

Tints of Blue Marguerite #724CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 30.16%
G = 20.11%
B = 49.74%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#724CBC (or 0x724CBC) is known color: Blue Marguerite. HEX triplet: 72, 4C and BC. RGB value is (114,76,188). Sum of RGB (Red+Green+Blue) = 114+76+188=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #724CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CBC is #8DB343. Grayscale: #636363. Windows color (decimal): -9286468 or 12340338. OLE color: 12340338.

HSL color Cylindrical-coordinate representation of color #724CBC: hue angle of 260.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #724CBC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 76 188 -
CMYK 0.39 0.60 0 0.26
HSL 260.36º 0.46% 0.52% -
HSV(B) 260.36º 0.6% 0.74% -
XYZ 18.6 12.38 48.99 -
YUV 100.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 114 76 188 0.39 0.60 0 0.26 260.36 0.46 0.52
Hex 72 4C BC 27 3C 0 1A 104 2E 34
Octal 162 114 274 47 74 0 32 404 56 64
Binary 1110010 1001100 10111100 100111 111100 0 11010 100000100 101110 110100

Color Harmonies of #724CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CBC

Black with #724CBC

Text Example


Text Example

White with #724CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724CBC; }

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

 H1.HeaderClassName
 {
   color: #724CBC;
 }
 .AnyTagClassName
 {
   color: #724CBC;
 }
</style>

background-color css

<style>
 a { background-color: #724CBC; }

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

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

border-color css

<style>
 span { border-color: #724CBC; }

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

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