Html Css Color HEX #889ADC Portage

📋 copy color: '#889ADC'

red 136 ◦ green 154 ◦ blue 220

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

Shades of Portage #889ADC

Tints of Portage #889ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.2%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 26.67%
G = 30.2%
B = 43.14%

CMYK

 C value IS 0.38

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#889ADC (or 0x889ADC) is known color: Portage. HEX triplet: 88, 9A and DC. RGB value is (136,154,220). Sum of RGB (Red+Green+Blue) = 136+154+220=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #889ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ADC is #776523. Grayscale: #9B9B9B. Windows color (decimal): -7824676 or 14457480. OLE color: 14457480.

HSL color Cylindrical-coordinate representation of color #889ADC: hue angle of 227.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889ADC is Cyan = 0.38, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 154 220 -
CMYK 0.38 0.3 0 0.14
HSL 227.14º 0.55% 0.7% -
HSV(B) 227.14º 0.38% 0.86% -
XYZ 34.63 33.51 72.35 -
YUV 156.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 136 154 220 0.38 0.3 0 0.14 227.14 0.55 0.7
Hex 88 9A DC 26 1E 0 E E3 37 46
Octal 210 232 334 46 36 0 16 343 67 106
Binary 10001000 10011010 11011100 100110 11110 0 1110 11100011 110111 1000110

Color Harmonies of #889ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ADC

Black with #889ADC

Text Example


Text Example

White with #889ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889ADC; }

 p { color: rgb(136,154,220); }

 H1.HeaderClassName
 {
   color: #889ADC;
 }
 .AnyTagClassName
 {
   color: #889ADC;
 }
</style>

background-color css

<style>
 a { background-color: #889ADC; }

 a { background-color: rgb(136,154,220); }

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

border-color css

<style>
 span { border-color: #889ADC; }

 span { border-color: rgb(136,154,220); }

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