Html Css Color HEX #867AA7 Deluge

📋 copy color: '#867AA7'

red 134 ◦ green 122 ◦ blue 167

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

Shades of Deluge #867AA7

Tints of Deluge #867AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 31.68%
G = 28.84%
B = 39.48%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#867AA7 (or 0x867AA7) is known color: Deluge. HEX triplet: 86, 7A and A7. RGB value is (134,122,167). Sum of RGB (Red+Green+Blue) = 134+122+167=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 167 - color contains mainly: blue. Hex color #867AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AA7 is #798558. Grayscale: #828282. Windows color (decimal): -7963993 or 10975878. OLE color: 10975878.

HSL color Cylindrical-coordinate representation of color #867AA7: hue angle of 256º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867AA7 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 122 167 -
CMYK 0.20 0.27 0 0.35
HSL 256º 0.2% 0.57% -
HSV(B) 256º 0.27% 0.65% -
XYZ 23.77 21.78 39.51 -
YUV 130.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 134 122 167 0.20 0.27 0 0.35 256 0.2 0.57
Hex 86 7A A7 14 1B 0 23 100 14 39
Octal 206 172 247 24 33 0 43 400 24 71
Binary 10000110 1111010 10100111 10100 11011 0 100011 100000000 10100 111001

Color Harmonies of #867AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867AA7

Black with #867AA7

Text Example


Text Example

White with #867AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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