Html Css Color HEX #847FAA Deluge

📋 copy color: '#847FAA'

red 132 ◦ green 127 ◦ blue 170

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

Shades of Deluge #847FAA

Tints of Deluge #847FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 30.77%
G = 29.6%
B = 39.63%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#847FAA (or 0x847FAA) is known color: Deluge. HEX triplet: 84, 7F and AA. RGB value is (132,127,170). Sum of RGB (Red+Green+Blue) = 132+127+170=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #847FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAA is #7B8055. Grayscale: #858585. Windows color (decimal): -8093782 or 11173764. OLE color: 11173764.

HSL color Cylindrical-coordinate representation of color #847FAA: hue angle of 246.98º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #847FAA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 127 170 -
CMYK 0.22 0.25 0 0.33
HSL 246.98º 0.2% 0.58% -
HSV(B) 246.98º 0.25% 0.67% -
XYZ 24.36 22.99 41.18 -
YUV 133.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 132 127 170 0.22 0.25 0 0.33 246.98 0.2 0.58
Hex 84 7F AA 16 19 0 21 F7 14 3A
Octal 204 177 252 26 31 0 41 367 24 72
Binary 10000100 1111111 10101010 10110 11001 0 100001 11110111 10100 111010

Color Harmonies of #847FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FAA

Black with #847FAA

Text Example


Text Example

White with #847FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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