Html Css Color HEX #889ADE Portage

📋 copy color: '#889ADE'

red 136 ◦ green 154 ◦ blue 222

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

Shades of Portage #889ADE

Tints of Portage #889ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 26.56%
G = 30.08%
B = 43.36%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889ADE (or 0x889ADE) is known color: Portage. HEX triplet: 88, 9A and DE. RGB value is (136,154,222). Sum of RGB (Red+Green+Blue) = 136+154+222=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #889ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ADE is #776521. Grayscale: #9C9C9C. Windows color (decimal): -7824674 or 14588552. OLE color: 14588552.

HSL color Cylindrical-coordinate representation of color #889ADE: hue angle of 227.44º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #889ADE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 154 222 -
CMYK 0.39 0.31 0 0.13
HSL 227.44º 0.57% 0.7% -
HSV(B) 227.44º 0.39% 0.87% -
XYZ 34.89 33.62 73.76 -
YUV 156.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 136 154 222 0.39 0.31 0 0.13 227.44 0.57 0.7
Hex 88 9A DE 27 1F 0 D E3 39 46
Octal 210 232 336 47 37 0 15 343 71 106
Binary 10001000 10011010 11011110 100111 11111 0 1101 11100011 111001 1000110

Color Harmonies of #889ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ADE

Black with #889ADE

Text Example


Text Example

White with #889ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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