Html Css Color HEX #847BAD Deluge

📋 copy color: '#847BAD'

red 132 ◦ green 123 ◦ blue 173

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

Shades of Deluge #847BAD

Tints of Deluge #847BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 30.84%
G = 28.74%
B = 40.42%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#847BAD (or 0x847BAD) is known color: Deluge. HEX triplet: 84, 7B and AD. RGB value is (132,123,173). Sum of RGB (Red+Green+Blue) = 132+123+173=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #847BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847BAD is #7B8452. Grayscale: #838383. Windows color (decimal): -8094803 or 11369348. OLE color: 11369348.

HSL color Cylindrical-coordinate representation of color #847BAD: hue angle of 250.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847BAD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 123 173 -
CMYK 0.24 0.29 0 0.32
HSL 250.8º 0.23% 0.58% -
HSV(B) 250.8º 0.29% 0.68% -
XYZ 24.14 22.09 42.53 -
YUV 131.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 132 123 173 0.24 0.29 0 0.32 250.8 0.23 0.58
Hex 84 7B AD 18 1D 0 20 FB 17 3A
Octal 204 173 255 30 35 0 40 373 27 72
Binary 10000100 1111011 10101101 11000 11101 0 100000 11111011 10111 111010

Color Harmonies of #847BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BAD

Black with #847BAD

Text Example


Text Example

White with #847BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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