Html Css Color HEX #7666BF Blue Marguerite

📋 copy color: '#7666BF'

red 118 ◦ green 102 ◦ blue 191

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

Shades of Blue Marguerite #7666BF

Tints of Blue Marguerite #7666BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

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

R = 28.71%
G = 24.82%
B = 46.47%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7666BF (or 0x7666BF) is known color: Blue Marguerite. HEX triplet: 76, 66 and BF. RGB value is (118,102,191). Sum of RGB (Red+Green+Blue) = 118+102+191=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #7666BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666BF is #899940. Grayscale: #747474. Windows color (decimal): -9017665 or 12543606. OLE color: 12543606.

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

Color convert

RGB 118 102 191 -
CMYK 0.38 0.47 0 0.25
HSL 250.79º 0.41% 0.57% -
HSV(B) 250.79º 0.47% 0.75% -
XYZ 21.63 17.12 51.45 -
YUV 116.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 118 102 191 0.38 0.47 0 0.25 250.79 0.41 0.57
Hex 76 66 BF 26 2F 0 19 FB 29 39
Octal 166 146 277 46 57 0 31 373 51 71
Binary 1110110 1100110 10111111 100110 101111 0 11001 11111011 101001 111001

Color Harmonies of #7666BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666BF

Black with #7666BF

Text Example


Text Example

White with #7666BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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