#827898

Color #827898 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #827898

Tints of Deluge #827898

Color information

#827898 (or 0x827898) is unknown color: approx Deluge. HEX triplet: 82, 78 and 98. RGB value is (130,120,152). Sum of RGB (Red+Green+Blue) = 130+120+152=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #827898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827898 is #7D8767. Grayscale: #7E7E7E. Windows color (decimal): -8226664 or 9992322. OLE color: 9992322.

HSL color Cylindrical-coordinate representation of color #827898: hue angle of 258.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827898 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB130120152-
CMYK0.140.2100.40
HSL258.75º13.45%53.33%-
HSV(B)258.75º21.05%59.61%-
XYZ21.5920.4532.51-
YUV126.64142.31130.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=32.34%
G=29.85%
B=37.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301201520.140.2100.40258.7513.4553.33
Hex827898E15028103d35
Octal20217023016250504031565
Binary1000001011110001001100011101010101010001000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827898; }

 p { color: rgb(130,120,152); }

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

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

 a { background-color: rgb(130,120,152); }

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

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

 span { border-color: rgb(130,120,152); }

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