Html Css Color HEX #7667BA Blue Marguerite

📋 copy color: '#7667BA'

red 118 ◦ green 103 ◦ blue 186

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

Shades of Blue Marguerite #7667BA

Tints of Blue Marguerite #7667BA

RGB

 RED value IS 118 (46.48% from 255) = 28.99%

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 28.99%
G = 25.31%
B = 45.7%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7667BA (or 0x7667BA) is known color: Blue Marguerite. HEX triplet: 76, 67 and BA. RGB value is (118,103,186). Sum of RGB (Red+Green+Blue) = 118+103+186=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #7667BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667BA is #899845. Grayscale: #747474. Windows color (decimal): -9017414 or 12216182. OLE color: 12216182.

HSL color Cylindrical-coordinate representation of color #7667BA: hue angle of 250.84º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7667BA is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 103 186 -
CMYK 0.37 0.45 0 0.27
HSL 250.84º 0.38% 0.57% -
HSV(B) 250.84º 0.45% 0.73% -
XYZ 21.18 17.1 48.64 -
YUV 116.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 118 103 186 0.37 0.45 0 0.27 250.84 0.38 0.57
Hex 76 67 BA 25 2D 0 1B FB 26 39
Octal 166 147 272 45 55 0 33 373 46 71
Binary 1110110 1100111 10111010 100101 101101 0 11011 11111011 100110 111001

Color Harmonies of #7667BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7667BA

Black with #7667BA

Text Example


Text Example

White with #7667BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7667BA; }

 p { color: rgb(118,103,186); }

 H1.HeaderClassName
 {
   color: #7667BA;
 }
 .AnyTagClassName
 {
   color: #7667BA;
 }
</style>

background-color css

<style>
 a { background-color: #7667BA; }

 a { background-color: rgb(118,103,186); }

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

border-color css

<style>
 span { border-color: #7667BA; }

 span { border-color: rgb(118,103,186); }

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