Html Css Color HEX #889ADF Portage

📋 copy color: '#889ADF'

red 136 ◦ green 154 ◦ blue 223

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

Shades of Portage #889ADF

Tints of Portage #889ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 26.51%
G = 30.02%
B = 43.47%

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

#889ADF (or 0x889ADF) is known color: Portage. HEX triplet: 88, 9A and DF. RGB value is (136,154,223). Sum of RGB (Red+Green+Blue) = 136+154+223=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #889ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ADF is #776520. Grayscale: #9C9C9C. Windows color (decimal): -7824673 or 14654088. OLE color: 14654088.

HSL color Cylindrical-coordinate representation of color #889ADF: hue angle of 227.59º degrees, saturation: 0.58, 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 #889ADF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 154 223 -
CMYK 0.39 0.31 0 0.13
HSL 227.59º 0.58% 0.7% -
HSV(B) 227.59º 0.39% 0.87% -
XYZ 35.03 33.67 74.47 -
YUV 156.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 136 154 223 0.39 0.31 0 0.13 227.59 0.58 0.7
Hex 88 9A DF 27 1F 0 D E4 3A 46
Octal 210 232 337 47 37 0 15 344 72 106
Binary 10001000 10011010 11011111 100111 11111 0 1101 11100100 111010 1000110

Color Harmonies of #889ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ADF

Black with #889ADF

Text Example


Text Example

White with #889ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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