Html Css Color HEX #817F90 Deluge

📋 copy color: '#817F90'

red 129 ◦ green 127 ◦ blue 144

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

Shades of Deluge #817F90

Tints of Deluge #817F90

RGB

 RED value IS 129 (50.78% from 255) = 32.25%

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

 BLUE value IS 144 (56.64% from 255) = 36%

R = 32.25%
G = 31.75%
B = 36%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#817F90 (or 0x817F90) is known color: Deluge. HEX triplet: 81, 7F and 90. RGB value is (129,127,144). Sum of RGB (Red+Green+Blue) = 129+127+144=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #817F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F90 is #7E806F. Grayscale: #818181. Windows color (decimal): -8290416 or 9469825. OLE color: 9469825.

HSL color Cylindrical-coordinate representation of color #817F90: hue angle of 247.06º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #817F90 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 127 144 -
CMYK 0.10 0.12 0 0.44
HSL 247.06º 0.07% 0.53% -
HSV(B) 247.06º 0.12% 0.56% -
XYZ 21.68 21.86 29.46 -
YUV 129.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 129 127 144 0.10 0.12 0 0.44 247.06 0.07 0.53
Hex 81 7F 90 A C 0 2C F7 7 35
Octal 201 177 220 12 14 0 54 367 7 65
Binary 10000001 1111111 10010000 1010 1100 0 101100 11110111 111 110101

Color Harmonies of #817F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817F90

Black with #817F90

Text Example


Text Example

White with #817F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817F90; }

 p { color: rgb(129,127,144); }

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

background-color css

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

 a { background-color: rgb(129,127,144); }

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

border-color css

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

 span { border-color: rgb(129,127,144); }

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