Html Css Color HEX #827097 Deluge

📋 copy color: '#827097'

red 130 ◦ green 112 ◦ blue 151

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

Shades of Deluge #827097

Tints of Deluge #827097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

 BLUE value IS 151 (59.38% from 255) = 38.42%

R = 33.08%
G = 28.5%
B = 38.42%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827097 (or 0x827097) is known color: Deluge. HEX triplet: 82, 70 and 97. RGB value is (130,112,151). Sum of RGB (Red+Green+Blue) = 130+112+151=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #827097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827097 is #7D8F68. Grayscale: #797979. Windows color (decimal): -8228713 or 9924738. OLE color: 9924738.

HSL color Cylindrical-coordinate representation of color #827097: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #827097 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 112 151 -
CMYK 0.14 0.26 0 0.41
HSL 267.69º 0.16% 0.52% -
HSV(B) 267.69º 0.26% 0.59% -
XYZ 20.59 18.57 31.78 -
YUV 121.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 130 112 151 0.14 0.26 0 0.41 267.69 0.16 0.52
Hex 82 70 97 E 1A 0 29 10C 10 34
Octal 202 160 227 16 32 0 51 414 20 64
Binary 10000010 1110000 10010111 1110 11010 0 101001 100001100 10000 110100

Color Harmonies of #827097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827097

Black with #827097

Text Example


Text Example

White with #827097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827097; }

 p { color: rgb(130,112,151); }

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

background-color css

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

 a { background-color: rgb(130,112,151); }

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

border-color css

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

 span { border-color: rgb(130,112,151); }

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