Html Css Color HEX #7367BD Blue Marguerite

📋 copy color: '#7367BD'

red 115 ◦ green 103 ◦ blue 189

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

Shades of Blue Marguerite #7367BD

Tints of Blue Marguerite #7367BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 28.26%
G = 25.31%
B = 46.44%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7367BD (or 0x7367BD) is known color: Blue Marguerite. HEX triplet: 73, 67 and BD. RGB value is (115,103,189). Sum of RGB (Red+Green+Blue) = 115+103+189=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #7367BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367BD is #8C9842. Grayscale: #747474. Windows color (decimal): -9214019 or 12412787. OLE color: 12412787.

HSL color Cylindrical-coordinate representation of color #7367BD: hue angle of 248.37º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7367BD is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 103 189 -
CMYK 0.39 0.46 0 0.26
HSL 248.37º 0.39% 0.57% -
HSV(B) 248.37º 0.46% 0.74% -
XYZ 21.11 17.02 50.32 -
YUV 116.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 115 103 189 0.39 0.46 0 0.26 248.37 0.39 0.57
Hex 73 67 BD 27 2E 0 1A F8 27 39
Octal 163 147 275 47 56 0 32 370 47 71
Binary 1110011 1100111 10111101 100111 101110 0 11010 11111000 100111 111001

Color Harmonies of #7367BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367BD

Black with #7367BD

Text Example


Text Example

White with #7367BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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