Html Css Color HEX #827598 Deluge

📋 copy color: '#827598'

red 130 ◦ green 117 ◦ blue 152

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

Shades of Deluge #827598

Tints of Deluge #827598

RGB

 RED value IS 130 (51.17% from 255) = 32.58%

 GREEN value IS 117 (46.09% from 255) = 29.32%

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 32.58%
G = 29.32%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#827598 (or 0x827598) is known color: Deluge. HEX triplet: 82, 75 and 98. RGB value is (130,117,152). Sum of RGB (Red+Green+Blue) = 130+117+152=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #827598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827598 is #7D8A67. Grayscale: #7C7C7C. Windows color (decimal): -8227432 or 9991554. OLE color: 9991554.

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

Color convert

RGB 130 117 152 -
CMYK 0.14 0.23 0 0.40
HSL 262.29º 0.15% 0.53% -
HSV(B) 262.29º 0.23% 0.6% -
XYZ 21.23 19.74 32.4 -
YUV 124.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 130 117 152 0.14 0.23 0 0.40 262.29 0.15 0.53
Hex 82 75 98 E 17 0 28 106 F 35
Octal 202 165 230 16 27 0 50 406 17 65
Binary 10000010 1110101 10011000 1110 10111 0 101000 100000110 1111 110101

Color Harmonies of #827598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827598

Black with #827598

Text Example


Text Example

White with #827598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827598; }

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

 H1.HeaderClassName
 {
   color: #827598;
 }
 .AnyTagClassName
 {
   color: #827598;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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