Html Css Color HEX #89819B Deluge

📋 copy color: '#89819B'

red 137 ◦ green 129 ◦ blue 155

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

Shades of Deluge #89819B

Tints of Deluge #89819B

RGB

 RED value IS 137 (53.91% from 255) = 32.54%

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 32.54%
G = 30.64%
B = 36.82%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89819B (or 0x89819B) is known color: Deluge. HEX triplet: 89, 81 and 9B. RGB value is (137,129,155). Sum of RGB (Red+Green+Blue) = 137+129+155=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #89819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89819B is #767E64. Grayscale: #868686. Windows color (decimal): -7765605 or 10191241. OLE color: 10191241.

HSL color Cylindrical-coordinate representation of color #89819B: hue angle of 258.46º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89819B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 129 155 -
CMYK 0.12 0.17 0 0.39
HSL 258.46º 0.12% 0.56% -
HSV(B) 258.46º 0.17% 0.61% -
XYZ 24.08 23.39 34.25 -
YUV 134.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 137 129 155 0.12 0.17 0 0.39 258.46 0.12 0.56
Hex 89 81 9B C 11 0 27 102 C 38
Octal 211 201 233 14 21 0 47 402 14 70
Binary 10001001 10000001 10011011 1100 10001 0 100111 100000010 1100 111000

Color Harmonies of #89819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89819B

Black with #89819B

Text Example


Text Example

White with #89819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89819B; }

 p { color: rgb(137,129,155); }

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

background-color css

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

 a { background-color: rgb(137,129,155); }

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

border-color css

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

 span { border-color: rgb(137,129,155); }

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