Html Css Color HEX #777DCE Moody Blue

📋 copy color: '#777DCE'

red 119 ◦ green 125 ◦ blue 206

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

Shades of Moody Blue #777DCE

Tints of Moody Blue #777DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

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

R = 26.44%
G = 27.78%
B = 45.78%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#777DCE (or 0x777DCE) is known color: Moody Blue. HEX triplet: 77, 7D and CE. RGB value is (119,125,206). Sum of RGB (Red+Green+Blue) = 119+125+206=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #777DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DCE is #888231. Grayscale: #848484. Windows color (decimal): -8946226 or 13532535. OLE color: 13532535.

HSL color Cylindrical-coordinate representation of color #777DCE: hue angle of 235.86º 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 #777DCE is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 125 206 -
CMYK 0.42 0.39 0 0.19
HSL 235.86º 0.47% 0.64% -
HSV(B) 235.86º 0.42% 0.81% -
XYZ 26.08 23.05 61.47 -
YUV 132.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 119 125 206 0.42 0.39 0 0.19 235.86 0.47 0.64
Hex 77 7D CE 2A 27 0 13 EC 2F 40
Octal 167 175 316 52 47 0 23 354 57 100
Binary 1110111 1111101 11001110 101010 100111 0 10011 11101100 101111 1000000

Color Harmonies of #777DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DCE

Black with #777DCE

Text Example


Text Example

White with #777DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777DCE; }

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

 H1.HeaderClassName
 {
   color: #777DCE;
 }
 .AnyTagClassName
 {
   color: #777DCE;
 }
</style>

background-color css

<style>
 a { background-color: #777DCE; }

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

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

border-color css

<style>
 span { border-color: #777DCE; }

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

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