Html Css Color HEX #847AAF Deluge

📋 copy color: '#847AAF'

red 132 ◦ green 122 ◦ blue 175

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

Shades of Deluge #847AAF

Tints of Deluge #847AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 30.77%
G = 28.44%
B = 40.79%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#847AAF (or 0x847AAF) is known color: Deluge. HEX triplet: 84, 7A and AF. RGB value is (132,122,175). Sum of RGB (Red+Green+Blue) = 132+122+175=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #847AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAF is #7B8550. Grayscale: #828282. Windows color (decimal): -8095057 or 11500164. OLE color: 11500164.

HSL color Cylindrical-coordinate representation of color #847AAF: hue angle of 251.32º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #847AAF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 122 175 -
CMYK 0.25 0.30 0 0.31
HSL 251.32º 0.25% 0.58% -
HSV(B) 251.32º 0.3% 0.69% -
XYZ 24.21 21.92 43.51 -
YUV 131.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 132 122 175 0.25 0.30 0 0.31 251.32 0.25 0.58
Hex 84 7A AF 19 1E 0 1F FB 19 3A
Octal 204 172 257 31 36 0 37 373 31 72
Binary 10000100 1111010 10101111 11001 11110 0 11111 11111011 11001 111010

Color Harmonies of #847AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AAF

Black with #847AAF

Text Example


Text Example

White with #847AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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