Html Css Color HEX #7153BC Blue Marguerite

📋 copy color: '#7153BC'

red 113 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #7153BC

Tints of Blue Marguerite #7153BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 29.43%
G = 21.61%
B = 48.96%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7153BC (or 0x7153BC) is known color: Blue Marguerite. HEX triplet: 71, 53 and BC. RGB value is (113,83,188). Sum of RGB (Red+Green+Blue) = 113+83+188=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #7153BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153BC is #8EAC43. Grayscale: #676767. Windows color (decimal): -9350212 or 12342129. OLE color: 12342129.

HSL color Cylindrical-coordinate representation of color #7153BC: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7153BC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 83 188 -
CMYK 0.40 0.56 0 0.26
HSL 257.14º 0.44% 0.53% -
HSV(B) 257.14º 0.56% 0.74% -
XYZ 18.98 13.33 49.15 -
YUV 103.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 113 83 188 0.40 0.56 0 0.26 257.14 0.44 0.53
Hex 71 53 BC 28 38 0 1A 101 2C 35
Octal 161 123 274 50 70 0 32 401 54 65
Binary 1110001 1010011 10111100 101000 111000 0 11010 100000001 101100 110101

Color Harmonies of #7153BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7153BC

Black with #7153BC

Text Example


Text Example

White with #7153BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7153BC; }

 p { color: rgb(113,83,188); }

 H1.HeaderClassName
 {
   color: #7153BC;
 }
 .AnyTagClassName
 {
   color: #7153BC;
 }
</style>

background-color css

<style>
 a { background-color: #7153BC; }

 a { background-color: rgb(113,83,188); }

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

border-color css

<style>
 span { border-color: #7153BC; }

 span { border-color: rgb(113,83,188); }

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