Html Css Color HEX #776CCF Moody Blue

📋 copy color: '#776CCF'

red 119 ◦ green 108 ◦ blue 207

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

Shades of Moody Blue #776CCF

Tints of Moody Blue #776CCF

RGB

 RED value IS 119 (46.88% from 255) = 27.42%

 GREEN value IS 108 (42.58% from 255) = 24.88%

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

R = 27.42%
G = 24.88%
B = 47.7%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#776CCF (or 0x776CCF) is known color: Moody Blue. HEX triplet: 77, 6C and CF. RGB value is (119,108,207). Sum of RGB (Red+Green+Blue) = 119+108+207=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #776CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CCF is #889330. Grayscale: #7A7A7A. Windows color (decimal): -8950577 or 13593719. OLE color: 13593719.

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

Color convert

RGB 119 108 207 -
CMYK 0.43 0.48 0 0.19
HSL 246.67º 0.51% 0.62% -
HSV(B) 246.67º 0.48% 0.81% -
XYZ 24.23 19.15 61.45 -
YUV 122.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 119 108 207 0.43 0.48 0 0.19 246.67 0.51 0.62
Hex 77 6C CF 2B 30 0 13 F7 33 3E
Octal 167 154 317 53 60 0 23 367 63 76
Binary 1110111 1101100 11001111 101011 110000 0 10011 11110111 110011 111110

Color Harmonies of #776CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CCF

Black with #776CCF

Text Example


Text Example

White with #776CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776CCF; }

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

 H1.HeaderClassName
 {
   color: #776CCF;
 }
 .AnyTagClassName
 {
   color: #776CCF;
 }
</style>

background-color css

<style>
 a { background-color: #776CCF; }

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

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

border-color css

<style>
 span { border-color: #776CCF; }

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

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