Html Css Color HEX #7677CF Moody Blue

📋 copy color: '#7677CF'

red 118 ◦ green 119 ◦ blue 207

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

Shades of Moody Blue #7677CF

Tints of Moody Blue #7677CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 26.58%
G = 26.8%
B = 46.62%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7677CF (or 0x7677CF) is known color: Moody Blue. HEX triplet: 76, 77 and CF. RGB value is (118,119,207). Sum of RGB (Red+Green+Blue) = 118+119+207=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7677CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7677CF is #898830. Grayscale: #808080. Windows color (decimal): -9013297 or 13596534. OLE color: 13596534.

HSL color Cylindrical-coordinate representation of color #7677CF: hue angle of 239.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7677CF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 119 207 -
CMYK 0.43 0.43 0 0.19
HSL 239.33º 0.48% 0.64% -
HSV(B) 239.33º 0.43% 0.81% -
XYZ 25.33 21.55 61.86 -
YUV 128.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 118 119 207 0.43 0.43 0 0.19 239.33 0.48 0.64
Hex 76 77 CF 2B 2B 0 13 EF 30 40
Octal 166 167 317 53 53 0 23 357 60 100
Binary 1110110 1110111 11001111 101011 101011 0 10011 11101111 110000 1000000

Color Harmonies of #7677CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7677CF

Black with #7677CF

Text Example


Text Example

White with #7677CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7677CF; }

 p { color: rgb(118,119,207); }

 H1.HeaderClassName
 {
   color: #7677CF;
 }
 .AnyTagClassName
 {
   color: #7677CF;
 }
</style>

background-color css

<style>
 a { background-color: #7677CF; }

 a { background-color: rgb(118,119,207); }

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

border-color css

<style>
 span { border-color: #7677CF; }

 span { border-color: rgb(118,119,207); }

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