Html Css Color HEX #777FCF Moody Blue

📋 copy color: '#777FCF'

red 119 ◦ green 127 ◦ blue 207

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

Shades of Moody Blue #777FCF

Tints of Moody Blue #777FCF

RGB

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

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

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

R = 26.27%
G = 28.04%
B = 45.7%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#777FCF (or 0x777FCF) is known color: Moody Blue. HEX triplet: 77, 7F and CF. RGB value is (119,127,207). Sum of RGB (Red+Green+Blue) = 119+127+207=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #777FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FCF is #888030. Grayscale: #858585. Windows color (decimal): -8945713 or 13598583. OLE color: 13598583.

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

Color convert

RGB 119 127 207 -
CMYK 0.43 0.39 0 0.19
HSL 234.55º 0.48% 0.64% -
HSV(B) 234.55º 0.43% 0.81% -
XYZ 26.46 23.61 62.19 -
YUV 133.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 119 127 207 0.43 0.39 0 0.19 234.55 0.48 0.64
Hex 77 7F CF 2B 27 0 13 EB 30 40
Octal 167 177 317 53 47 0 23 353 60 100
Binary 1110111 1111111 11001111 101011 100111 0 10011 11101011 110000 1000000

Color Harmonies of #777FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FCF

Black with #777FCF

Text Example


Text Example

White with #777FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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