Html Css Color HEX #857299 Deluge

📋 copy color: '#857299'

red 133 ◦ green 114 ◦ blue 153

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

Shades of Deluge #857299

Tints of Deluge #857299

RGB

 RED value IS 133 (52.34% from 255) = 33.25%

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 33.25%
G = 28.5%
B = 38.25%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#857299 (or 0x857299) is known color: Deluge. HEX triplet: 85, 72 and 99. RGB value is (133,114,153). Sum of RGB (Red+Green+Blue) = 133+114+153=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #857299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857299 is #7A8D66. Grayscale: #7B7B7B. Windows color (decimal): -8031591 or 10056325. OLE color: 10056325.

HSL color Cylindrical-coordinate representation of color #857299: hue angle of 269.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857299 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 114 153 -
CMYK 0.13 0.25 0 0.4
HSL 269.23º 0.16% 0.52% -
HSV(B) 269.23º 0.25% 0.6% -
XYZ 21.44 19.32 32.74 -
YUV 124.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 133 114 153 0.13 0.25 0 0.4 269.23 0.16 0.52
Hex 85 72 99 D 19 0 28 10D 10 34
Octal 205 162 231 15 31 0 50 415 20 64
Binary 10000101 1110010 10011001 1101 11001 0 101000 100001101 10000 110100

Color Harmonies of #857299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857299

Black with #857299

Text Example


Text Example

White with #857299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857299; }

 p { color: rgb(133,114,153); }

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

background-color css

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

 a { background-color: rgb(133,114,153); }

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

border-color css

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

 span { border-color: rgb(133,114,153); }

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