Html Css Color HEX #7455BB Blue Marguerite

📋 copy color: '#7455BB'

red 116 ◦ green 85 ◦ blue 187

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

Shades of Blue Marguerite #7455BB

Tints of Blue Marguerite #7455BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 29.9%
G = 21.91%
B = 48.2%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7455BB (or 0x7455BB) is known color: Blue Marguerite. HEX triplet: 74, 55 and BB. RGB value is (116,85,187). Sum of RGB (Red+Green+Blue) = 116+85+187=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #7455BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455BB is #8BAA44. Grayscale: #696969. Windows color (decimal): -9153093 or 12277108. OLE color: 12277108.

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

Color convert

RGB 116 85 187 -
CMYK 0.38 0.55 0 0.27
HSL 258.24º 0.43% 0.53% -
HSV(B) 258.24º 0.55% 0.73% -
XYZ 19.42 13.8 48.65 -
YUV 105.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 116 85 187 0.38 0.55 0 0.27 258.24 0.43 0.53
Hex 74 55 BB 26 37 0 1B 102 2B 35
Octal 164 125 273 46 67 0 33 402 53 65
Binary 1110100 1010101 10111011 100110 110111 0 11011 100000010 101011 110101

Color Harmonies of #7455BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455BB

Black with #7455BB

Text Example


Text Example

White with #7455BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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