Html Css Color HEX #867A9E Deluge

📋 copy color: '#867A9E'

red 134 ◦ green 122 ◦ blue 158

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

Shades of Deluge #867A9E

Tints of Deluge #867A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 32.37%
G = 29.47%
B = 38.16%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#867A9E (or 0x867A9E) is known color: Deluge. HEX triplet: 86, 7A and 9E. RGB value is (134,122,158). Sum of RGB (Red+Green+Blue) = 134+122+158=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #867A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867A9E is #798561. Grayscale: #818181. Windows color (decimal): -7964002 or 10386054. OLE color: 10386054.

HSL color Cylindrical-coordinate representation of color #867A9E: hue angle of 260º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867A9E is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 122 158 -
CMYK 0.15 0.23 0 0.38
HSL 260º 0.16% 0.55% -
HSV(B) 260º 0.23% 0.62% -
XYZ 22.96 21.46 35.28 -
YUV 129.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 134 122 158 0.15 0.23 0 0.38 260 0.16 0.55
Hex 86 7A 9E F 17 0 26 104 10 37
Octal 206 172 236 17 27 0 46 404 20 67
Binary 10000110 1111010 10011110 1111 10111 0 100110 100000100 10000 110111

Color Harmonies of #867A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A9E

Black with #867A9E

Text Example


Text Example

White with #867A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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