Html Css Color HEX #7455C0 Blue Marguerite

📋 copy color: '#7455C0'

red 116 ◦ green 85 ◦ blue 192

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

Shades of Blue Marguerite #7455C0

Tints of Blue Marguerite #7455C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 29.52%
G = 21.63%
B = 48.85%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7455C0 (or 0x7455C0) is known color: Blue Marguerite. HEX triplet: 74, 55 and C0. RGB value is (116,85,192). Sum of RGB (Red+Green+Blue) = 116+85+192=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #7455C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455C0 is #8BAA3F. Grayscale: #6A6A6A. Windows color (decimal): -9153088 or 12604788. OLE color: 12604788.

HSL color Cylindrical-coordinate representation of color #7455C0: hue angle of 257.38º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7455C0 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 85 192 -
CMYK 0.40 0.56 0 0.25
HSL 257.38º 0.46% 0.54% -
HSV(B) 257.38º 0.56% 0.75% -
XYZ 19.97 14.02 51.52 -
YUV 106.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 116 85 192 0.40 0.56 0 0.25 257.38 0.46 0.54
Hex 74 55 C0 28 38 0 19 101 2E 36
Octal 164 125 300 50 70 0 31 401 56 66
Binary 1110100 1010101 11000000 101000 111000 0 11001 100000001 101110 110110

Color Harmonies of #7455C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455C0

Black with #7455C0

Text Example


Text Example

White with #7455C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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