Html Css Color HEX #867C9B Deluge

📋 copy color: '#867C9B'

red 134 ◦ green 124 ◦ blue 155

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

Shades of Deluge #867C9B

Tints of Deluge #867C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 32.45%
G = 30.02%
B = 37.53%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#867C9B (or 0x867C9B) is known color: Deluge. HEX triplet: 86, 7C and 9B. RGB value is (134,124,155). Sum of RGB (Red+Green+Blue) = 134+124+155=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #867C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C9B is #798364. Grayscale: #828282. Windows color (decimal): -7963493 or 10189958. OLE color: 10189958.

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

Color convert

RGB 134 124 155 -
CMYK 0.14 0.2 0 0.39
HSL 259.35º 0.13% 0.55% -
HSV(B) 259.35º 0.2% 0.61% -
XYZ 22.96 21.85 34.02 -
YUV 130.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 134 124 155 0.14 0.2 0 0.39 259.35 0.13 0.55
Hex 86 7C 9B E 14 0 27 103 D 37
Octal 206 174 233 16 24 0 47 403 15 67
Binary 10000110 1111100 10011011 1110 10100 0 100111 100000011 1101 110111

Color Harmonies of #867C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C9B

Black with #867C9B

Text Example


Text Example

White with #867C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,155); }

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

background-color css

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

 a { background-color: rgb(134,124,155); }

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

border-color css

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

 span { border-color: rgb(134,124,155); }

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