Html Css Color HEX #7679CB Moody Blue

📋 copy color: '#7679CB'

red 118 ◦ green 121 ◦ blue 203

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

Shades of Moody Blue #7679CB

Tints of Moody Blue #7679CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.38%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 26.7%
G = 27.38%
B = 45.93%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7679CB (or 0x7679CB) is known color: Moody Blue. HEX triplet: 76, 79 and CB. RGB value is (118,121,203). Sum of RGB (Red+Green+Blue) = 118+121+203=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #7679CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7679CB is #898634. Grayscale: #818181. Windows color (decimal): -9012789 or 13334902. OLE color: 13334902.

HSL color Cylindrical-coordinate representation of color #7679CB: hue angle of 237.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7679CB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 121 203 -
CMYK 0.42 0.40 0 0.20
HSL 237.88º 0.45% 0.63% -
HSV(B) 237.88º 0.42% 0.8% -
XYZ 25.09 21.84 59.39 -
YUV 129.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 118 121 203 0.42 0.40 0 0.20 237.88 0.45 0.63
Hex 76 79 CB 2A 28 0 14 EE 2D 3F
Octal 166 171 313 52 50 0 24 356 55 77
Binary 1110110 1111001 11001011 101010 101000 0 10100 11101110 101101 111111

Color Harmonies of #7679CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7679CB

Black with #7679CB

Text Example


Text Example

White with #7679CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7679CB; }

 p { color: rgb(118,121,203); }

 H1.HeaderClassName
 {
   color: #7679CB;
 }
 .AnyTagClassName
 {
   color: #7679CB;
 }
</style>

background-color css

<style>
 a { background-color: #7679CB; }

 a { background-color: rgb(118,121,203); }

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

border-color css

<style>
 span { border-color: #7679CB; }

 span { border-color: rgb(118,121,203); }

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