Html Css Color HEX #867A9C Deluge

📋 copy color: '#867A9C'

red 134 ◦ green 122 ◦ blue 156

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

Shades of Deluge #867A9C

Tints of Deluge #867A9C

RGB

 RED value IS 134 (52.73% from 255) = 32.52%

 GREEN value IS 122 (48.05% from 255) = 29.61%

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

R = 32.52%
G = 29.61%
B = 37.86%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#867A9C (or 0x867A9C) is known color: Deluge. HEX triplet: 86, 7A and 9C. RGB value is (134,122,156). Sum of RGB (Red+Green+Blue) = 134+122+156=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #867A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867A9C is #798563. Grayscale: #818181. Windows color (decimal): -7964004 or 10254982. OLE color: 10254982.

HSL color Cylindrical-coordinate representation of color #867A9C: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #867A9C is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 122 156 -
CMYK 0.14 0.22 0 0.39
HSL 261.18º 0.15% 0.55% -
HSV(B) 261.18º 0.22% 0.61% -
XYZ 22.79 21.39 34.38 -
YUV 129.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 134 122 156 0.14 0.22 0 0.39 261.18 0.15 0.55
Hex 86 7A 9C E 16 0 27 105 F 37
Octal 206 172 234 16 26 0 47 405 17 67
Binary 10000110 1111010 10011100 1110 10110 0 100111 100000101 1111 110111

Color Harmonies of #867A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A9C

Black with #867A9C

Text Example


Text Example

White with #867A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867A9C; }

 p { color: rgb(134,122,156); }

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

background-color css

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

 a { background-color: rgb(134,122,156); }

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

border-color css

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

 span { border-color: rgb(134,122,156); }

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