Html Css Color HEX #7367BF Blue Marguerite

📋 copy color: '#7367BF'

red 115 ◦ green 103 ◦ blue 191

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

Shades of Blue Marguerite #7367BF

Tints of Blue Marguerite #7367BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 28.12%
G = 25.18%
B = 46.7%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7367BF (or 0x7367BF) is known color: Blue Marguerite. HEX triplet: 73, 67 and BF. RGB value is (115,103,191). Sum of RGB (Red+Green+Blue) = 115+103+191=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #7367BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367BF is #8C9840. Grayscale: #747474. Windows color (decimal): -9214017 or 12543859. OLE color: 12543859.

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

Color convert

RGB 115 103 191 -
CMYK 0.40 0.46 0 0.25
HSL 248.18º 0.41% 0.58% -
HSV(B) 248.18º 0.46% 0.75% -
XYZ 21.32 17.11 51.47 -
YUV 116.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 115 103 191 0.40 0.46 0 0.25 248.18 0.41 0.58
Hex 73 67 BF 28 2E 0 19 F8 29 3A
Octal 163 147 277 50 56 0 31 370 51 72
Binary 1110011 1100111 10111111 101000 101110 0 11001 11111000 101001 111010

Color Harmonies of #7367BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367BF

Black with #7367BF

Text Example


Text Example

White with #7367BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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