Html Css Color HEX #857B98 Deluge

📋 copy color: '#857B98'

red 133 ◦ green 123 ◦ blue 152

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

Shades of Deluge #857B98

Tints of Deluge #857B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

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

R = 32.6%
G = 30.15%
B = 37.25%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#857B98 (or 0x857B98) is known color: Deluge. HEX triplet: 85, 7B and 98. RGB value is (133,123,152). Sum of RGB (Red+Green+Blue) = 133+123+152=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #857B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B98 is #7A8467. Grayscale: #818181. Windows color (decimal): -8029288 or 9993093. OLE color: 9993093.

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

Color convert

RGB 133 123 152 -
CMYK 0.13 0.19 0 0.40
HSL 260.69º 0.12% 0.54% -
HSV(B) 260.69º 0.19% 0.6% -
XYZ 22.42 21.42 32.66 -
YUV 129.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 133 123 152 0.13 0.19 0 0.40 260.69 0.12 0.54
Hex 85 7B 98 D 13 0 28 105 C 36
Octal 205 173 230 15 23 0 50 405 14 66
Binary 10000101 1111011 10011000 1101 10011 0 101000 100000101 1100 110110

Color Harmonies of #857B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B98

Black with #857B98

Text Example


Text Example

White with #857B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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