Html Css Color HEX #7454AF Blue Marguerite

📋 copy color: '#7454AF'

red 116 ◦ green 84 ◦ blue 175

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

Shades of Blue Marguerite #7454AF

Tints of Blue Marguerite #7454AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 30.93%
G = 22.4%
B = 46.67%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7454AF (or 0x7454AF) is known color: Blue Marguerite. HEX triplet: 74, 54 and AF. RGB value is (116,84,175). Sum of RGB (Red+Green+Blue) = 116+84+175=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #7454AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7454AF is #8BAB50. Grayscale: #676767. Windows color (decimal): -9153361 or 11490420. OLE color: 11490420.

HSL color Cylindrical-coordinate representation of color #7454AF: hue angle of 261.1º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7454AF is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 84 175 -
CMYK 0.34 0.52 0 0.31
HSL 261.1º 0.36% 0.51% -
HSV(B) 261.1º 0.52% 0.69% -
XYZ 18.11 13.15 42.14 -
YUV 103.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 116 84 175 0.34 0.52 0 0.31 261.1 0.36 0.51
Hex 74 54 AF 22 34 0 1F 105 24 33
Octal 164 124 257 42 64 0 37 405 44 63
Binary 1110100 1010100 10101111 100010 110100 0 11111 100000101 100100 110011

Color Harmonies of #7454AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7454AF

Black with #7454AF

Text Example


Text Example

White with #7454AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7454AF; }

 p { color: rgb(116,84,175); }

 H1.HeaderClassName
 {
   color: #7454AF;
 }
 .AnyTagClassName
 {
   color: #7454AF;
 }
</style>

background-color css

<style>
 a { background-color: #7454AF; }

 a { background-color: rgb(116,84,175); }

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

border-color css

<style>
 span { border-color: #7454AF; }

 span { border-color: rgb(116,84,175); }

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