#817FDA

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

Shades of Moody Blue #817FDA

Tints of Moody Blue #817FDA

Color information

#817FDA (or 0x817FDA) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and DA. RGB value is (129,127,218). Sum of RGB (Red+Green+Blue) = 129+127+218=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #817FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FDA is #7E8025. Grayscale: #898989. Windows color (decimal): -8290342 or 14319489. OLE color: 14319489.

HSL color Cylindrical-coordinate representation of color #817FDA: hue angle of 241.32º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #817FDA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129127218-
CMYK0.410.4200.15
HSL241.32º55.15%67.65%-
HSV(B)241.32º41.74%85.49%-
XYZ29.324.9169.59-
YUV137.97173.16121.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=27.22%
G=26.79%
B=45.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291272180.410.4200.15241.3255.1567.65
Hex817FDA292A0Ff13744
Octal201177332515201736167104
Binary1000000111111111101101010100110101001111111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817FDA; }

 p { color: rgb(129,127,218); }

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

<style>
 a { background-color: #817FDA; }

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

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

<style>
 span { border-color: #817FDA; }

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

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