Html Css Color HEX #867898 Deluge

📋 copy color: '#867898'

red 134 ◦ green 120 ◦ blue 152

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

Shades of Deluge #867898

Tints of Deluge #867898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 33%
G = 29.56%
B = 37.44%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#867898 (or 0x867898) is known color: Deluge. HEX triplet: 86, 78 and 98. RGB value is (134,120,152). Sum of RGB (Red+Green+Blue) = 134+120+152=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #867898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867898 is #798767. Grayscale: #7F7F7F. Windows color (decimal): -7964520 or 9992326. OLE color: 9992326.

HSL color Cylindrical-coordinate representation of color #867898: hue angle of 266.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867898 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 120 152 -
CMYK 0.12 0.21 0 0.40
HSL 266.25º 0.13% 0.53% -
HSV(B) 266.25º 0.21% 0.6% -
XYZ 22.22 20.77 32.54 -
YUV 127.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 134 120 152 0.12 0.21 0 0.40 266.25 0.13 0.53
Hex 86 78 98 C 15 0 28 10A D 35
Octal 206 170 230 14 25 0 50 412 15 65
Binary 10000110 1111000 10011000 1100 10101 0 101000 100001010 1101 110101

Color Harmonies of #867898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867898

Black with #867898

Text Example


Text Example

White with #867898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867898; }

 p { color: rgb(134,120,152); }

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

background-color css

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

 a { background-color: rgb(134,120,152); }

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

border-color css

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

 span { border-color: rgb(134,120,152); }

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