Html Css Color HEX #857398 Deluge

📋 copy color: '#857398'

red 133 ◦ green 115 ◦ blue 152

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

Shades of Deluge #857398

Tints of Deluge #857398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

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

R = 33.25%
G = 28.75%
B = 38%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#857398 (or 0x857398) is known color: Deluge. HEX triplet: 85, 73 and 98. RGB value is (133,115,152). Sum of RGB (Red+Green+Blue) = 133+115+152=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #857398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857398 is #7A8C67. Grayscale: #7C7C7C. Windows color (decimal): -8031336 or 9991045. OLE color: 9991045.

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

Color convert

RGB 133 115 152 -
CMYK 0.13 0.24 0 0.40
HSL 269.19º 0.15% 0.52% -
HSV(B) 269.19º 0.24% 0.6% -
XYZ 21.47 19.52 32.34 -
YUV 124.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 133 115 152 0.13 0.24 0 0.40 269.19 0.15 0.52
Hex 85 73 98 D 18 0 28 10D F 34
Octal 205 163 230 15 30 0 50 415 17 64
Binary 10000101 1110011 10011000 1101 11000 0 101000 100001101 1111 110100

Color Harmonies of #857398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857398

Black with #857398

Text Example


Text Example

White with #857398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857398; }

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

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

background-color css

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

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

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

border-color css

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

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

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