Html Css Color HEX #847FAD Deluge

📋 copy color: '#847FAD'

red 132 ◦ green 127 ◦ blue 173

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

Shades of Deluge #847FAD

Tints of Deluge #847FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 30.56%
G = 29.4%
B = 40.05%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#847FAD (or 0x847FAD) is known color: Deluge. HEX triplet: 84, 7F and AD. RGB value is (132,127,173). Sum of RGB (Red+Green+Blue) = 132+127+173=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #847FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAD is #7B8052. Grayscale: #858585. Windows color (decimal): -8093779 or 11370372. OLE color: 11370372.

HSL color Cylindrical-coordinate representation of color #847FAD: hue angle of 246.52º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847FAD is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 127 173 -
CMYK 0.24 0.27 0 0.32
HSL 246.52º 0.22% 0.59% -
HSV(B) 246.52º 0.27% 0.68% -
XYZ 24.65 23.1 42.7 -
YUV 133.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 132 127 173 0.24 0.27 0 0.32 246.52 0.22 0.59
Hex 84 7F AD 18 1B 0 20 F7 16 3B
Octal 204 177 255 30 33 0 40 367 26 73
Binary 10000100 1111111 10101101 11000 11011 0 100000 11110111 10110 111011

Color Harmonies of #847FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FAD

Black with #847FAD

Text Example


Text Example

White with #847FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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