Html Css Color HEX #827F98 Deluge

📋 copy color: '#827F98'

red 130 ◦ green 127 ◦ blue 152

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

Shades of Deluge #827F98

Tints of Deluge #827F98

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

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

R = 31.78%
G = 31.05%
B = 37.16%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#827F98 (or 0x827F98) is known color: Deluge. HEX triplet: 82, 7F and 98. RGB value is (130,127,152). Sum of RGB (Red+Green+Blue) = 130+127+152=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 152 - color contains mainly: blue. Hex color #827F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F98 is #7D8067. Grayscale: #828282. Windows color (decimal): -8224872 or 9994114. OLE color: 9994114.

HSL color Cylindrical-coordinate representation of color #827F98: hue angle of 247.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827F98 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 127 152 -
CMYK 0.14 0.16 0 0.40
HSL 247.2º 0.11% 0.55% -
HSV(B) 247.2º 0.16% 0.6% -
XYZ 22.46 22.19 32.81 -
YUV 130.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 130 127 152 0.14 0.16 0 0.40 247.2 0.11 0.55
Hex 82 7F 98 E 10 0 28 F7 B 37
Octal 202 177 230 16 20 0 50 367 13 67
Binary 10000010 1111111 10011000 1110 10000 0 101000 11110111 1011 110111

Color Harmonies of #827F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F98

Black with #827F98

Text Example


Text Example

White with #827F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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