Html Css Color HEX #847AAD Deluge

📋 copy color: '#847AAD'

red 132 ◦ green 122 ◦ blue 173

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

Shades of Deluge #847AAD

Tints of Deluge #847AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

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

R = 30.91%
G = 28.57%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#847AAD (or 0x847AAD) is known color: Deluge. HEX triplet: 84, 7A and AD. RGB value is (132,122,173). Sum of RGB (Red+Green+Blue) = 132+122+173=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #847AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAD is #7B8552. Grayscale: #828282. Windows color (decimal): -8095059 or 11369092. OLE color: 11369092.

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

Color convert

RGB 132 122 173 -
CMYK 0.24 0.29 0 0.32
HSL 251.76º 0.24% 0.58% -
HSV(B) 251.76º 0.29% 0.68% -
XYZ 24.02 21.84 42.49 -
YUV 130.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 132 122 173 0.24 0.29 0 0.32 251.76 0.24 0.58
Hex 84 7A AD 18 1D 0 20 FC 18 3A
Octal 204 172 255 30 35 0 40 374 30 72
Binary 10000100 1111010 10101101 11000 11101 0 100000 11111100 11000 111010

Color Harmonies of #847AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AAD

Black with #847AAD

Text Example


Text Example

White with #847AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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