Html Css Color HEX #777FCE Moody Blue

📋 copy color: '#777FCE'

red 119 ◦ green 127 ◦ blue 206

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

Shades of Moody Blue #777FCE

Tints of Moody Blue #777FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 26.33%
G = 28.1%
B = 45.58%

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

#777FCE (or 0x777FCE) is known color: Moody Blue. HEX triplet: 77, 7F and CE. RGB value is (119,127,206). Sum of RGB (Red+Green+Blue) = 119+127+206=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #777FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FCE is #888031. Grayscale: #858585. Windows color (decimal): -8945714 or 13533047. OLE color: 13533047.

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

Color convert

RGB 119 127 206 -
CMYK 0.42 0.38 0 0.19
HSL 234.48º 0.47% 0.64% -
HSV(B) 234.48º 0.42% 0.81% -
XYZ 26.34 23.56 61.55 -
YUV 133.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 119 127 206 0.42 0.38 0 0.19 234.48 0.47 0.64
Hex 77 7F CE 2A 26 0 13 EA 2F 40
Octal 167 177 316 52 46 0 23 352 57 100
Binary 1110111 1111111 11001110 101010 100110 0 10011 11101010 101111 1000000

Color Harmonies of #777FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FCE

Black with #777FCE

Text Example


Text Example

White with #777FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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