Html Css Color HEX #868098 Deluge

📋 copy color: '#868098'

red 134 ◦ green 128 ◦ blue 152

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

Shades of Deluge #868098

Tints of Deluge #868098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

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

R = 32.37%
G = 30.92%
B = 36.71%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#868098 (or 0x868098) is known color: Deluge. HEX triplet: 86, 80 and 98. RGB value is (134,128,152). Sum of RGB (Red+Green+Blue) = 134+128+152=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #868098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868098 is #797F67. Grayscale: #848484. Windows color (decimal): -7962472 or 9994374. OLE color: 9994374.

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

Color convert

RGB 134 128 152 -
CMYK 0.12 0.16 0 0.40
HSL 255º 0.1% 0.55% -
HSV(B) 255º 0.16% 0.6% -
XYZ 23.22 22.77 32.88 -
YUV 132.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 134 128 152 0.12 0.16 0 0.40 255 0.1 0.55
Hex 86 80 98 C 10 0 28 FF A 37
Octal 206 200 230 14 20 0 50 377 12 67
Binary 10000110 10000000 10011000 1100 10000 0 101000 11111111 1010 110111

Color Harmonies of #868098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868098

Black with #868098

Text Example


Text Example

White with #868098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868098; }

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

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

background-color css

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

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

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

border-color css

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

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

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