Html Css Color HEX #7667BE Blue Marguerite

📋 copy color: '#7667BE'

red 118 ◦ green 103 ◦ blue 190

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

Shades of Blue Marguerite #7667BE

Tints of Blue Marguerite #7667BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 28.71%
G = 25.06%
B = 46.23%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7667BE (or 0x7667BE) is known color: Blue Marguerite. HEX triplet: 76, 67 and BE. RGB value is (118,103,190). Sum of RGB (Red+Green+Blue) = 118+103+190=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7667BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667BE is #899841. Grayscale: #757575. Windows color (decimal): -9017410 or 12478326. OLE color: 12478326.

HSL color Cylindrical-coordinate representation of color #7667BE: hue angle of 250.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7667BE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 103 190 -
CMYK 0.38 0.46 0 0.25
HSL 250.34º 0.4% 0.57% -
HSV(B) 250.34º 0.46% 0.75% -
XYZ 21.62 17.27 50.91 -
YUV 117.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 118 103 190 0.38 0.46 0 0.25 250.34 0.4 0.57
Hex 76 67 BE 26 2E 0 19 FA 28 39
Octal 166 147 276 46 56 0 31 372 50 71
Binary 1110110 1100111 10111110 100110 101110 0 11001 11111010 101000 111001

Color Harmonies of #7667BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7667BE

Black with #7667BE

Text Example


Text Example

White with #7667BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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