Html Css Color HEX #847FAF Deluge

📋 copy color: '#847FAF'

red 132 ◦ green 127 ◦ blue 175

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

Shades of Deluge #847FAF

Tints of Deluge #847FAF

RGB

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

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

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

R = 30.41%
G = 29.26%
B = 40.32%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#847FAF (or 0x847FAF) is known color: Deluge. HEX triplet: 84, 7F and AF. RGB value is (132,127,175). Sum of RGB (Red+Green+Blue) = 132+127+175=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #847FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAF is #7B8050. Grayscale: #858585. Windows color (decimal): -8093777 or 11501444. OLE color: 11501444.

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

Color convert

RGB 132 127 175 -
CMYK 0.25 0.27 0 0.31
HSL 246.25º 0.23% 0.59% -
HSV(B) 246.25º 0.27% 0.69% -
XYZ 24.84 23.18 43.72 -
YUV 133.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 132 127 175 0.25 0.27 0 0.31 246.25 0.23 0.59
Hex 84 7F AF 19 1B 0 1F F6 17 3B
Octal 204 177 257 31 33 0 37 366 27 73
Binary 10000100 1111111 10101111 11001 11011 0 11111 11110110 10111 111011

Color Harmonies of #847FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FAF

Black with #847FAF

Text Example


Text Example

White with #847FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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