Html Css Color HEX #7367AF Blue Marguerite

📋 copy color: '#7367AF'

red 115 ◦ green 103 ◦ blue 175

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

Shades of Blue Marguerite #7367AF

Tints of Blue Marguerite #7367AF

RGB

 RED value IS 115 (45.31% from 255) = 29.26%

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

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

R = 29.26%
G = 26.21%
B = 44.53%

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

#7367AF (or 0x7367AF) is known color: Blue Marguerite. HEX triplet: 73, 67 and AF. RGB value is (115,103,175). Sum of RGB (Red+Green+Blue) = 115+103+175=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7367AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7367AF is #8C9850. Grayscale: #727272. Windows color (decimal): -9214033 or 11495283. OLE color: 11495283.

HSL color Cylindrical-coordinate representation of color #7367AF: hue angle of 250º 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 #7367AF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 103 175 -
CMYK 0.34 0.41 0 0.31
HSL 250º 0.31% 0.55% -
HSV(B) 250º 0.41% 0.69% -
XYZ 19.66 16.44 42.69 -
YUV 114.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 115 103 175 0.34 0.41 0 0.31 250 0.31 0.55
Hex 73 67 AF 22 29 0 1F FA 1F 37
Octal 163 147 257 42 51 0 37 372 37 67
Binary 1110011 1100111 10101111 100010 101001 0 11111 11111010 11111 110111

Color Harmonies of #7367AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367AF

Black with #7367AF

Text Example


Text Example

White with #7367AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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