Html Css Color HEX #7F7FBB Moody Blue

📋 copy color: '#7F7FBB'

red 127 ◦ green 127 ◦ blue 187

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

Shades of Moody Blue #7F7FBB

Tints of Moody Blue #7F7FBB

RGB

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

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

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

R = 28.8%
G = 28.8%
B = 42.4%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F7FBB (or 0x7F7FBB) is known color: Moody Blue. HEX triplet: 7F, 7F and BB. RGB value is (127,127,187). Sum of RGB (Red+Green+Blue) = 127+127+187=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F7FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7FBB is #808044. Grayscale: #858585. Windows color (decimal): -8421445 or 12287871. OLE color: 12287871.

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

Color convert

RGB 127 127 187 -
CMYK 0.32 0.32 0 0.27
HSL 240º 0.31% 0.62% -
HSV(B) 240º 0.32% 0.73% -
XYZ 25.31 23.28 50.17 -
YUV 133.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 127 127 187 0.32 0.32 0 0.27 240 0.31 0.62
Hex 7F 7F BB 20 20 0 1B F0 1F 3E
Octal 177 177 273 40 40 0 33 360 37 76
Binary 1111111 1111111 10111011 100000 100000 0 11011 11110000 11111 111110

Color Harmonies of #7F7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7FBB

Black with #7F7FBB

Text Example


Text Example

White with #7F7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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