Html Css Color HEX #889DDE Portage

📋 copy color: '#889DDE'

red 136 ◦ green 157 ◦ blue 222

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

Shades of Portage #889DDE

Tints of Portage #889DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.49%

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

R = 26.41%
G = 30.49%
B = 43.11%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889DDE (or 0x889DDE) is known color: Portage. HEX triplet: 88, 9D and DE. RGB value is (136,157,222). Sum of RGB (Red+Green+Blue) = 136+157+222=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #889DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DDE is #776221. Grayscale: #9D9D9D. Windows color (decimal): -7823906 or 14589320. OLE color: 14589320.

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

Color convert

RGB 136 157 222 -
CMYK 0.39 0.29 0 0.13
HSL 225.35º 0.57% 0.7% -
HSV(B) 225.35º 0.39% 0.87% -
XYZ 35.4 34.62 73.92 -
YUV 158.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 136 157 222 0.39 0.29 0 0.13 225.35 0.57 0.7
Hex 88 9D DE 27 1D 0 D E1 39 46
Octal 210 235 336 47 35 0 15 341 71 106
Binary 10001000 10011101 11011110 100111 11101 0 1101 11100001 111001 1000110

Color Harmonies of #889DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DDE

Black with #889DDE

Text Example


Text Example

White with #889DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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