Html Css Color HEX #7F77BB Moody Blue

📋 copy color: '#7F77BB'

red 127 ◦ green 119 ◦ blue 187

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

Shades of Moody Blue #7F77BB

Tints of Moody Blue #7F77BB

RGB

 RED value IS 127 (50% from 255) = 29.33%

 GREEN value IS 119 (46.88% from 255) = 27.48%

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 29.33%
G = 27.48%
B = 43.19%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F77BB (or 0x7F77BB) is known color: Moody Blue. HEX triplet: 7F, 77 and BB. RGB value is (127,119,187). Sum of RGB (Red+Green+Blue) = 127+119+187=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F77BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77BB is #808844. Grayscale: #808080. Windows color (decimal): -8423493 or 12285823. OLE color: 12285823.

HSL color Cylindrical-coordinate representation of color #7F77BB: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F77BB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 119 187 -
CMYK 0.32 0.36 0 0.27
HSL 247.06º 0.33% 0.6% -
HSV(B) 247.06º 0.36% 0.73% -
XYZ 24.32 21.29 49.84 -
YUV 129.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 127 119 187 0.32 0.36 0 0.27 247.06 0.33 0.6
Hex 7F 77 BB 20 24 0 1B F7 21 3C
Octal 177 167 273 40 44 0 33 367 41 74
Binary 1111111 1110111 10111011 100000 100100 0 11011 11110111 100001 111100

Color Harmonies of #7F77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77BB

Black with #7F77BB

Text Example


Text Example

White with #7F77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F77BB; }

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

 H1.HeaderClassName
 {
   color: #7F77BB;
 }
 .AnyTagClassName
 {
   color: #7F77BB;
 }
</style>

background-color css

<style>
 a { background-color: #7F77BB; }

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

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

border-color css

<style>
 span { border-color: #7F77BB; }

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

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