Html Css Color HEX #817398 Deluge

📋 copy color: '#817398'

red 129 ◦ green 115 ◦ blue 152

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

Shades of Deluge #817398

Tints of Deluge #817398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 32.58%
G = 29.04%
B = 38.38%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#817398 (or 0x817398) is known color: Deluge. HEX triplet: 81, 73 and 98. RGB value is (129,115,152). Sum of RGB (Red+Green+Blue) = 129+115+152=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #817398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817398 is #7E8C67. Grayscale: #7B7B7B. Windows color (decimal): -8293480 or 9991041. OLE color: 9991041.

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

Color convert

RGB 129 115 152 -
CMYK 0.15 0.24 0 0.40
HSL 262.7º 0.15% 0.52% -
HSV(B) 262.7º 0.24% 0.6% -
XYZ 20.85 19.2 32.31 -
YUV 123.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 129 115 152 0.15 0.24 0 0.40 262.7 0.15 0.52
Hex 81 73 98 F 18 0 28 107 F 34
Octal 201 163 230 17 30 0 50 407 17 64
Binary 10000001 1110011 10011000 1111 11000 0 101000 100000111 1111 110100

Color Harmonies of #817398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817398

Black with #817398

Text Example


Text Example

White with #817398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817398; }

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

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

background-color css

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

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

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

border-color css

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

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

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