Html Css Color HEX #847BAA Deluge

📋 copy color: '#847BAA'

red 132 ◦ green 123 ◦ blue 170

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

Shades of Deluge #847BAA

Tints of Deluge #847BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

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

R = 31.06%
G = 28.94%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#847BAA (or 0x847BAA) is known color: Deluge. HEX triplet: 84, 7B and AA. RGB value is (132,123,170). Sum of RGB (Red+Green+Blue) = 132+123+170=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #847BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847BAA is #7B8455. Grayscale: #828282. Windows color (decimal): -8094806 or 11172740. OLE color: 11172740.

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

Color convert

RGB 132 123 170 -
CMYK 0.22 0.28 0 0.33
HSL 251.49º 0.22% 0.57% -
HSV(B) 251.49º 0.28% 0.67% -
XYZ 23.85 21.97 41.01 -
YUV 131.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 132 123 170 0.22 0.28 0 0.33 251.49 0.22 0.57
Hex 84 7B AA 16 1C 0 21 FB 16 39
Octal 204 173 252 26 34 0 41 373 26 71
Binary 10000100 1111011 10101010 10110 11100 0 100001 11111011 10110 111001

Color Harmonies of #847BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BAA

Black with #847BAA

Text Example


Text Example

White with #847BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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