Html Css Color HEX #817098 Deluge

📋 copy color: '#817098'

red 129 ◦ green 112 ◦ blue 152

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

Shades of Deluge #817098

Tints of Deluge #817098

RGB

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

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

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

R = 32.82%
G = 28.5%
B = 38.68%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#817098 (or 0x817098) is known color: Deluge. HEX triplet: 81, 70 and 98. RGB value is (129,112,152). Sum of RGB (Red+Green+Blue) = 129+112+152=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #817098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817098 is #7E8F67. Grayscale: #797979. Windows color (decimal): -8294248 or 9990273. OLE color: 9990273.

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

Color convert

RGB 129 112 152 -
CMYK 0.15 0.26 0 0.40
HSL 265.5º 0.16% 0.52% -
HSV(B) 265.5º 0.26% 0.6% -
XYZ 20.51 18.52 32.2 -
YUV 121.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 129 112 152 0.15 0.26 0 0.40 265.5 0.16 0.52
Hex 81 70 98 F 1A 0 28 10A 10 34
Octal 201 160 230 17 32 0 50 412 20 64
Binary 10000001 1110000 10011000 1111 11010 0 101000 100001010 10000 110100

Color Harmonies of #817098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817098

Black with #817098

Text Example


Text Example

White with #817098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817098; }

 p { color: rgb(129,112,152); }

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

background-color css

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

 a { background-color: rgb(129,112,152); }

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

border-color css

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

 span { border-color: rgb(129,112,152); }

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