#827FC8

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

Shades of Moody Blue #827FC8

Tints of Moody Blue #827FC8

Color information

#827FC8 (or 0x827FC8) is unknown color: approx Moody Blue. HEX triplet: 82, 7F and C8. RGB value is (130,127,200). Sum of RGB (Red+Green+Blue) = 130+127+200=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #827FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FC8 is #7D8037. Grayscale: #878787. Windows color (decimal): -8224824 or 13139842. OLE color: 13139842.

HSL color Cylindrical-coordinate representation of color #827FC8: hue angle of 242.47º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #827FC8 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130127200-
CMYK0.350.3600.22
HSL242.47º39.89%64.12%-
HSV(B)242.47º36.5%78.43%-
XYZ27.2224.0957.86-
YUV136.22163.99123.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=28.45%
G=27.79%
B=43.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301272000.350.3600.22242.4739.8964.12
Hex827FC82324016f22840
Octal202177310434402636250100
Binary10000010111111111001000100011100100010110111100101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827FC8; }

 p { color: rgb(130,127,200); }

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

<style>
 a { background-color: #827FC8; }

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

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

<style>
 span { border-color: #827FC8; }

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

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