Html Css Color HEX #857698 Deluge

📋 copy color: '#857698'

red 133 ◦ green 118 ◦ blue 152

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

Shades of Deluge #857698

Tints of Deluge #857698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

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

R = 33%
G = 29.28%
B = 37.72%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#857698 (or 0x857698) is known color: Deluge. HEX triplet: 85, 76 and 98. RGB value is (133,118,152). Sum of RGB (Red+Green+Blue) = 133+118+152=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #857698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857698 is #7A8967. Grayscale: #7E7E7E. Windows color (decimal): -8030568 or 9991813. OLE color: 9991813.

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

Color convert

RGB 133 118 152 -
CMYK 0.13 0.22 0 0.40
HSL 266.47º 0.14% 0.53% -
HSV(B) 266.47º 0.22% 0.6% -
XYZ 21.82 20.21 32.46 -
YUV 126.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 133 118 152 0.13 0.22 0 0.40 266.47 0.14 0.53
Hex 85 76 98 D 16 0 28 10A E 35
Octal 205 166 230 15 26 0 50 412 16 65
Binary 10000101 1110110 10011000 1101 10110 0 101000 100001010 1110 110101

Color Harmonies of #857698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857698

Black with #857698

Text Example


Text Example

White with #857698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857698; }

 p { color: rgb(133,118,152); }

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

background-color css

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

 a { background-color: rgb(133,118,152); }

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

border-color css

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

 span { border-color: rgb(133,118,152); }

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