Html Css Color HEX #827898 Deluge

📋 copy color: '#827898'

red 130 ◦ green 120 ◦ blue 152

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

Shades of Deluge #827898

Tints of Deluge #827898

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 value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#827898 (or 0x827898) is known color: 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

RGB 130 120 152 -
CMYK 0.14 0.21 0 0.40
HSL 258.75º 0.13% 0.53% -
HSV(B) 258.75º 0.21% 0.6% -
XYZ 21.59 20.45 32.51 -
YUV 126.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 130 120 152 0.14 0.21 0 0.40 258.75 0.13 0.53
Hex 82 78 98 E 15 0 28 103 D 35
Octal 202 170 230 16 25 0 50 403 15 65
Binary 10000010 1111000 10011000 1110 10101 0 101000 100000011 1101 110101

Color Harmonies of #827898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827898

Black with #827898

Text Example


Text Example

White with #827898

Text Example


Text Example

HTML Codes & Css Web 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>