Html Css Color HEX #7453BC Blue Marguerite

📋 copy color: '#7453BC'

red 116 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #7453BC

Tints of Blue Marguerite #7453BC

RGB

 RED value IS 116 (45.7% from 255) = 29.97%

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

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

R = 29.97%
G = 21.45%
B = 48.58%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7453BC (or 0x7453BC) is known color: Blue Marguerite. HEX triplet: 74, 53 and BC. RGB value is (116,83,188). Sum of RGB (Red+Green+Blue) = 116+83+188=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #7453BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7453BC is #8BAC43. Grayscale: #686868. Windows color (decimal): -9153604 or 12342132. OLE color: 12342132.

HSL color Cylindrical-coordinate representation of color #7453BC: hue angle of 258.86º 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 #7453BC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 83 188 -
CMYK 0.38 0.56 0 0.26
HSL 258.86º 0.44% 0.53% -
HSV(B) 258.86º 0.56% 0.74% -
XYZ 19.37 13.53 49.17 -
YUV 104.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 116 83 188 0.38 0.56 0 0.26 258.86 0.44 0.53
Hex 74 53 BC 26 38 0 1A 103 2C 35
Octal 164 123 274 46 70 0 32 403 54 65
Binary 1110100 1010011 10111100 100110 111000 0 11010 100000011 101100 110101

Color Harmonies of #7453BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7453BC

Black with #7453BC

Text Example


Text Example

White with #7453BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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