#7F83CF

Color #7F83CF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7F83CF

Tints of Moody Blue #7F83CF

Color information

#7F83CF (or 0x7F83CF) is unknown color: approx Moody Blue. HEX triplet: 7F, 83 and CF. RGB value is (127,131,207). Sum of RGB (Red+Green+Blue) = 127+131+207=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F83CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83CF is #807C30. Grayscale: #8A8A8A. Windows color (decimal): -8420401 or 13599615. OLE color: 13599615.

HSL color Cylindrical-coordinate representation of color #7F83CF: hue angle of 237º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F83CF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127131207-
CMYK0.390.3700.19
HSL237º45.45%65.49%-
HSV(B)237º38.65%81.18%-
XYZ28.1325.2562.42-
YUV138.47166.67119.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=27.31%
G=28.17%
B=44.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271312070.390.3700.1923745.4565.49
Hex7F83CF2725013ed2d41
Octal177203317474502335555101
Binary11111111000001111001111100111100101010011111011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F83CF;
 }
 .AnyTagClassName
 {
   color: #7F83CF;
 }
</style>
background-color css

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

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

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

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

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

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