Html Css Color HEX #887BA4 Deluge

📋 copy color: '#887BA4'

red 136 ◦ green 123 ◦ blue 164

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

Shades of Deluge #887BA4

Tints of Deluge #887BA4

RGB

 RED value IS 136 (53.52% from 255) = 32.15%

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 32.15%
G = 29.08%
B = 38.77%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#887BA4 (or 0x887BA4) is known color: Deluge. HEX triplet: 88, 7B and A4. RGB value is (136,123,164). Sum of RGB (Red+Green+Blue) = 136+123+164=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #887BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887BA4 is #77845B. Grayscale: #838383. Windows color (decimal): -7832668 or 10779528. OLE color: 10779528.

HSL color Cylindrical-coordinate representation of color #887BA4: hue angle of 259.02º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #887BA4 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 123 164 -
CMYK 0.17 0.25 0 0.36
HSL 259.02º 0.18% 0.56% -
HSV(B) 259.02º 0.25% 0.64% -
XYZ 23.94 22.08 38.12 -
YUV 131.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 136 123 164 0.17 0.25 0 0.36 259.02 0.18 0.56
Hex 88 7B A4 11 19 0 24 103 12 38
Octal 210 173 244 21 31 0 44 403 22 70
Binary 10001000 1111011 10100100 10001 11001 0 100100 100000011 10010 111000

Color Harmonies of #887BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BA4

Black with #887BA4

Text Example


Text Example

White with #887BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887BA4; }

 p { color: rgb(136,123,164); }

 H1.HeaderClassName
 {
   color: #887BA4;
 }
 .AnyTagClassName
 {
   color: #887BA4;
 }
</style>

background-color css

<style>
 a { background-color: #887BA4; }

 a { background-color: rgb(136,123,164); }

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

border-color css

<style>
 span { border-color: #887BA4; }

 span { border-color: rgb(136,123,164); }

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