Html Css Color HEX #7452BB Blue Marguerite

📋 copy color: '#7452BB'

red 116 ◦ green 82 ◦ blue 187

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

Shades of Blue Marguerite #7452BB

Tints of Blue Marguerite #7452BB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 30.13%
G = 21.3%
B = 48.57%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7452BB (or 0x7452BB) is known color: Blue Marguerite. HEX triplet: 74, 52 and BB. RGB value is (116,82,187). Sum of RGB (Red+Green+Blue) = 116+82+187=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #7452BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452BB is #8BAD44. Grayscale: #676767. Windows color (decimal): -9153861 or 12276340. OLE color: 12276340.

HSL color Cylindrical-coordinate representation of color #7452BB: hue angle of 259.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7452BB is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 82 187 -
CMYK 0.38 0.56 0 0.27
HSL 259.43º 0.44% 0.53% -
HSV(B) 259.43º 0.56% 0.73% -
XYZ 19.19 13.34 48.58 -
YUV 104.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 116 82 187 0.38 0.56 0 0.27 259.43 0.44 0.53
Hex 74 52 BB 26 38 0 1B 103 2C 35
Octal 164 122 273 46 70 0 33 403 54 65
Binary 1110100 1010010 10111011 100110 111000 0 11011 100000011 101100 110101

Color Harmonies of #7452BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7452BB

Black with #7452BB

Text Example


Text Example

White with #7452BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7452BB; }

 p { color: rgb(116,82,187); }

 H1.HeaderClassName
 {
   color: #7452BB;
 }
 .AnyTagClassName
 {
   color: #7452BB;
 }
</style>

background-color css

<style>
 a { background-color: #7452BB; }

 a { background-color: rgb(116,82,187); }

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

border-color css

<style>
 span { border-color: #7452BB; }

 span { border-color: rgb(116,82,187); }

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