Html Css Color HEX #7666BE Blue Marguerite

📋 copy color: '#7666BE'

red 118 ◦ green 102 ◦ blue 190

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

Shades of Blue Marguerite #7666BE

Tints of Blue Marguerite #7666BE

RGB

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

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

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

R = 28.78%
G = 24.88%
B = 46.34%

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

#7666BE (or 0x7666BE) is known color: Blue Marguerite. HEX triplet: 76, 66 and BE. RGB value is (118,102,190). Sum of RGB (Red+Green+Blue) = 118+102+190=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #7666BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666BE is #899941. Grayscale: #747474. Windows color (decimal): -9017666 or 12478070. OLE color: 12478070.

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

Color convert

RGB 118 102 190 -
CMYK 0.38 0.46 0 0.25
HSL 250.91º 0.4% 0.57% -
HSV(B) 250.91º 0.46% 0.75% -
XYZ 21.52 17.07 50.88 -
YUV 116.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 118 102 190 0.38 0.46 0 0.25 250.91 0.4 0.57
Hex 76 66 BE 26 2E 0 19 FB 28 39
Octal 166 146 276 46 56 0 31 373 50 71
Binary 1110110 1100110 10111110 100110 101110 0 11001 11111011 101000 111001

Color Harmonies of #7666BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666BE

Black with #7666BE

Text Example


Text Example

White with #7666BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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