Html Css Color HEX #7668BF Moody Blue

📋 copy color: '#7668BF'

red 118 ◦ green 104 ◦ blue 191

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

Shades of Moody Blue #7668BF

Tints of Moody Blue #7668BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

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

R = 28.57%
G = 25.18%
B = 46.25%

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

#7668BF (or 0x7668BF) is known color: Moody Blue. HEX triplet: 76, 68 and BF. RGB value is (118,104,191). Sum of RGB (Red+Green+Blue) = 118+104+191=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #7668BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668BF is #899740. Grayscale: #757575. Windows color (decimal): -9017153 or 12544118. OLE color: 12544118.

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

Color convert

RGB 118 104 191 -
CMYK 0.38 0.46 0 0.25
HSL 249.66º 0.4% 0.58% -
HSV(B) 249.66º 0.46% 0.75% -
XYZ 21.83 17.51 51.52 -
YUV 118.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 118 104 191 0.38 0.46 0 0.25 249.66 0.4 0.58
Hex 76 68 BF 26 2E 0 19 FA 28 3A
Octal 166 150 277 46 56 0 31 372 50 72
Binary 1110110 1101000 10111111 100110 101110 0 11001 11111010 101000 111010

Color Harmonies of #7668BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7668BF

Black with #7668BF

Text Example


Text Example

White with #7668BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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