Html Css Color HEX #7467AF Blue Marguerite

📋 copy color: '#7467AF'

red 116 ◦ green 103 ◦ blue 175

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

Shades of Blue Marguerite #7467AF

Tints of Blue Marguerite #7467AF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

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

R = 29.44%
G = 26.14%
B = 44.42%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7467AF (or 0x7467AF) is known color: Blue Marguerite. HEX triplet: 74, 67 and AF. RGB value is (116,103,175). Sum of RGB (Red+Green+Blue) = 116+103+175=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #7467AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7467AF is #8B9850. Grayscale: #727272. Windows color (decimal): -9148497 or 11495284. OLE color: 11495284.

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

Color convert

RGB 116 103 175 -
CMYK 0.34 0.41 0 0.31
HSL 250.83º 0.31% 0.55% -
HSV(B) 250.83º 0.41% 0.69% -
XYZ 19.79 16.51 42.7 -
YUV 115.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 116 103 175 0.34 0.41 0 0.31 250.83 0.31 0.55
Hex 74 67 AF 22 29 0 1F FB 1F 37
Octal 164 147 257 42 51 0 37 373 37 67
Binary 1110100 1100111 10101111 100010 101001 0 11111 11111011 11111 110111

Color Harmonies of #7467AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7467AF

Black with #7467AF

Text Example


Text Example

White with #7467AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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