Html Css Color HEX #7781D1 Moody Blue

📋 copy color: '#7781D1'

red 119 ◦ green 129 ◦ blue 209

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

Shades of Moody Blue #7781D1

Tints of Moody Blue #7781D1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.23%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 26.04%
G = 28.23%
B = 45.73%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7781D1 (or 0x7781D1) is known color: Moody Blue. HEX triplet: 77, 81 and D1. RGB value is (119,129,209). Sum of RGB (Red+Green+Blue) = 119+129+209=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #7781D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781D1 is #887E2E. Grayscale: #868686. Windows color (decimal): -8945199 or 13730167. OLE color: 13730167.

HSL color Cylindrical-coordinate representation of color #7781D1: hue angle of 233.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7781D1 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 129 209 -
CMYK 0.43 0.38 0 0.18
HSL 233.33º 0.49% 0.64% -
HSV(B) 233.33º 0.43% 0.82% -
XYZ 26.97 24.23 63.58 -
YUV 135.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 119 129 209 0.43 0.38 0 0.18 233.33 0.49 0.64
Hex 77 81 D1 2B 26 0 12 E9 31 40
Octal 167 201 321 53 46 0 22 351 61 100
Binary 1110111 10000001 11010001 101011 100110 0 10010 11101001 110001 1000000

Color Harmonies of #7781D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7781D1

Black with #7781D1

Text Example


Text Example

White with #7781D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7781D1; }

 p { color: rgb(119,129,209); }

 H1.HeaderClassName
 {
   color: #7781D1;
 }
 .AnyTagClassName
 {
   color: #7781D1;
 }
</style>

background-color css

<style>
 a { background-color: #7781D1; }

 a { background-color: rgb(119,129,209); }

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

border-color css

<style>
 span { border-color: #7781D1; }

 span { border-color: rgb(119,129,209); }

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