Html Css Color HEX #847FA0 Deluge

📋 copy color: '#847FA0'

red 132 ◦ green 127 ◦ blue 160

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

Shades of Deluge #847FA0

Tints of Deluge #847FA0

RGB

 RED value IS 132 (51.95% from 255) = 31.5%

 GREEN value IS 127 (50% from 255) = 30.31%

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 31.5%
G = 30.31%
B = 38.19%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#847FA0 (or 0x847FA0) is known color: Deluge. HEX triplet: 84, 7F and A0. RGB value is (132,127,160). Sum of RGB (Red+Green+Blue) = 132+127+160=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #847FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FA0 is #7B805F. Grayscale: #848484. Windows color (decimal): -8093792 or 10518404. OLE color: 10518404.

HSL color Cylindrical-coordinate representation of color #847FA0: hue angle of 249.09º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847FA0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 127 160 -
CMYK 0.17 0.21 0 0.37
HSL 249.09º 0.15% 0.56% -
HSV(B) 249.09º 0.21% 0.63% -
XYZ 23.45 22.62 36.39 -
YUV 132.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 132 127 160 0.17 0.21 0 0.37 249.09 0.15 0.56
Hex 84 7F A0 11 15 0 25 F9 F 38
Octal 204 177 240 21 25 0 45 371 17 70
Binary 10000100 1111111 10100000 10001 10101 0 100101 11111001 1111 111000

Color Harmonies of #847FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FA0

Black with #847FA0

Text Example


Text Example

White with #847FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847FA0; }

 p { color: rgb(132,127,160); }

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

background-color css

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

 a { background-color: rgb(132,127,160); }

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

border-color css

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

 span { border-color: rgb(132,127,160); }

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