Html Css Color HEX #7666BD Blue Marguerite

📋 copy color: '#7666BD'

red 118 ◦ green 102 ◦ blue 189

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

Shades of Blue Marguerite #7666BD

Tints of Blue Marguerite #7666BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 28.85%
G = 24.94%
B = 46.21%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7666BD (or 0x7666BD) is known color: Blue Marguerite. HEX triplet: 76, 66 and BD. RGB value is (118,102,189). Sum of RGB (Red+Green+Blue) = 118+102+189=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #7666BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666BD is #899942. Grayscale: #747474. Windows color (decimal): -9017667 or 12412534. OLE color: 12412534.

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

Color convert

RGB 118 102 189 -
CMYK 0.38 0.46 0 0.26
HSL 251.03º 0.4% 0.57% -
HSV(B) 251.03º 0.46% 0.74% -
XYZ 21.41 17.03 50.3 -
YUV 116.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 118 102 189 0.38 0.46 0 0.26 251.03 0.4 0.57
Hex 76 66 BD 26 2E 0 1A FB 28 39
Octal 166 146 275 46 56 0 32 373 50 71
Binary 1110110 1100110 10111101 100110 101110 0 11010 11111011 101000 111001

Color Harmonies of #7666BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666BD

Black with #7666BD

Text Example


Text Example

White with #7666BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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