Html Css Color HEX #81699C Deluge

📋 copy color: '#81699C'

red 129 ◦ green 105 ◦ blue 156

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

Shades of Deluge #81699C

Tints of Deluge #81699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 156 (61.33% from 255) = 40%

R = 33.08%
G = 26.92%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81699C (or 0x81699C) is known color: Deluge. HEX triplet: 81, 69 and 9C. RGB value is (129,105,156). Sum of RGB (Red+Green+Blue) = 129+105+156=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #81699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81699C is #7E9663. Grayscale: #757575. Windows color (decimal): -8296036 or 10250625. OLE color: 10250625.

HSL color Cylindrical-coordinate representation of color #81699C: hue angle of 268.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81699C is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 105 156 -
CMYK 0.17 0.33 0 0.39
HSL 268.24º 0.2% 0.51% -
HSV(B) 268.24º 0.33% 0.61% -
XYZ 20.11 17.17 33.71 -
YUV 117.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 129 105 156 0.17 0.33 0 0.39 268.24 0.2 0.51
Hex 81 69 9C 11 21 0 27 10C 14 33
Octal 201 151 234 21 41 0 47 414 24 63
Binary 10000001 1101001 10011100 10001 100001 0 100111 100001100 10100 110011

Color Harmonies of #81699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81699C

Black with #81699C

Text Example


Text Example

White with #81699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81699C; }

 p { color: rgb(129,105,156); }

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

background-color css

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

 a { background-color: rgb(129,105,156); }

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

border-color css

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

 span { border-color: rgb(129,105,156); }

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