Html Css Color HEX #7780CE Moody Blue

📋 copy color: '#7780CE'

red 119 ◦ green 128 ◦ blue 206

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

Shades of Moody Blue #7780CE

Tints of Moody Blue #7780CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 26.27%
G = 28.26%
B = 45.47%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7780CE (or 0x7780CE) is known color: Moody Blue. HEX triplet: 77, 80 and CE. RGB value is (119,128,206). Sum of RGB (Red+Green+Blue) = 119+128+206=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #7780CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780CE is #887F31. Grayscale: #858585. Windows color (decimal): -8945458 or 13533303. OLE color: 13533303.

HSL color Cylindrical-coordinate representation of color #7780CE: hue angle of 233.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7780CE is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 128 206 -
CMYK 0.42 0.38 0 0.19
HSL 233.79º 0.47% 0.64% -
HSV(B) 233.79º 0.42% 0.81% -
XYZ 26.47 23.82 61.59 -
YUV 134.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 119 128 206 0.42 0.38 0 0.19 233.79 0.47 0.64
Hex 77 80 CE 2A 26 0 13 EA 2F 40
Octal 167 200 316 52 46 0 23 352 57 100
Binary 1110111 10000000 11001110 101010 100110 0 10011 11101010 101111 1000000

Color Harmonies of #7780CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7780CE

Black with #7780CE

Text Example


Text Example

White with #7780CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7780CE; }

 p { color: rgb(119,128,206); }

 H1.HeaderClassName
 {
   color: #7780CE;
 }
 .AnyTagClassName
 {
   color: #7780CE;
 }
</style>

background-color css

<style>
 a { background-color: #7780CE; }

 a { background-color: rgb(119,128,206); }

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

border-color css

<style>
 span { border-color: #7780CE; }

 span { border-color: rgb(119,128,206); }

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