Html Css Color HEX #847FAB Deluge

📋 copy color: '#847FAB'

red 132 ◦ green 127 ◦ blue 171

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

Shades of Deluge #847FAB

Tints of Deluge #847FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 30.7%
G = 29.53%
B = 39.77%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#847FAB (or 0x847FAB) is known color: Deluge. HEX triplet: 84, 7F and AB. RGB value is (132,127,171). Sum of RGB (Red+Green+Blue) = 132+127+171=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #847FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAB is #7B8054. Grayscale: #858585. Windows color (decimal): -8093781 or 11239300. OLE color: 11239300.

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

Color convert

RGB 132 127 171 -
CMYK 0.23 0.26 0 0.33
HSL 246.82º 0.21% 0.58% -
HSV(B) 246.82º 0.26% 0.67% -
XYZ 24.46 23.02 41.68 -
YUV 133.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 132 127 171 0.23 0.26 0 0.33 246.82 0.21 0.58
Hex 84 7F AB 17 1A 0 21 F7 15 3A
Octal 204 177 253 27 32 0 41 367 25 72
Binary 10000100 1111111 10101011 10111 11010 0 100001 11110111 10101 111010

Color Harmonies of #847FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FAB

Black with #847FAB

Text Example


Text Example

White with #847FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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