Html Css Color HEX #827B94 Deluge

📋 copy color: '#827B94'

red 130 ◦ green 123 ◦ blue 148

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

Shades of Deluge #827B94

Tints of Deluge #827B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 32.42%
G = 30.67%
B = 36.91%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827B94 (or 0x827B94) is known color: Deluge. HEX triplet: 82, 7B and 94. RGB value is (130,123,148). Sum of RGB (Red+Green+Blue) = 130+123+148=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #827B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B94 is #7D846B. Grayscale: #7F7F7F. Windows color (decimal): -8225900 or 9730946. OLE color: 9730946.

HSL color Cylindrical-coordinate representation of color #827B94: hue angle of 256.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #827B94 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 123 148 -
CMYK 0.12 0.17 0 0.42
HSL 256.8º 0.1% 0.53% -
HSV(B) 256.8º 0.17% 0.58% -
XYZ 21.63 21.05 30.94 -
YUV 127.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 130 123 148 0.12 0.17 0 0.42 256.8 0.1 0.53
Hex 82 7B 94 C 11 0 2A 101 A 35
Octal 202 173 224 14 21 0 52 401 12 65
Binary 10000010 1111011 10010100 1100 10001 0 101010 100000001 1010 110101

Color Harmonies of #827B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B94

Black with #827B94

Text Example


Text Example

White with #827B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B94; }

 p { color: rgb(130,123,148); }

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

background-color css

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

 a { background-color: rgb(130,123,148); }

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

border-color css

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

 span { border-color: rgb(130,123,148); }

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