Html Css Color HEX #7667BF Blue Marguerite

📋 copy color: '#7667BF'

red 118 ◦ green 103 ◦ blue 191

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

Shades of Blue Marguerite #7667BF

Tints of Blue Marguerite #7667BF

RGB

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

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

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

R = 28.64%
G = 25%
B = 46.36%

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

#7667BF (or 0x7667BF) is known color: Blue Marguerite. HEX triplet: 76, 67 and BF. RGB value is (118,103,191). Sum of RGB (Red+Green+Blue) = 118+103+191=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #7667BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667BF is #899840. Grayscale: #757575. Windows color (decimal): -9017409 or 12543862. OLE color: 12543862.

HSL color Cylindrical-coordinate representation of color #7667BF: hue angle of 250.23º 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 #7667BF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 103 191 -
CMYK 0.38 0.46 0 0.25
HSL 250.23º 0.41% 0.58% -
HSV(B) 250.23º 0.46% 0.75% -
XYZ 21.73 17.31 51.49 -
YUV 117.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 118 103 191 0.38 0.46 0 0.25 250.23 0.41 0.58
Hex 76 67 BF 26 2E 0 19 FA 29 3A
Octal 166 147 277 46 56 0 31 372 51 72
Binary 1110110 1100111 10111111 100110 101110 0 11001 11111010 101001 111010

Color Harmonies of #7667BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7667BF

Black with #7667BF

Text Example


Text Example

White with #7667BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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