Html Css Color HEX #889CDE Portage

📋 copy color: '#889CDE'

red 136 ◦ green 156 ◦ blue 222

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

Shades of Portage #889CDE

Tints of Portage #889CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

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

R = 26.46%
G = 30.35%
B = 43.19%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889CDE (or 0x889CDE) is known color: Portage. HEX triplet: 88, 9C and DE. RGB value is (136,156,222). Sum of RGB (Red+Green+Blue) = 136+156+222=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #889CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CDE is #776321. Grayscale: #9D9D9D. Windows color (decimal): -7824162 or 14589064. OLE color: 14589064.

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

Color convert

RGB 136 156 222 -
CMYK 0.39 0.30 0 0.13
HSL 226.05º 0.57% 0.7% -
HSV(B) 226.05º 0.39% 0.87% -
XYZ 35.23 34.29 73.87 -
YUV 157.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 136 156 222 0.39 0.30 0 0.13 226.05 0.57 0.7
Hex 88 9C DE 27 1E 0 D E2 39 46
Octal 210 234 336 47 36 0 15 342 71 106
Binary 10001000 10011100 11011110 100111 11110 0 1101 11100010 111001 1000110

Color Harmonies of #889CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CDE

Black with #889CDE

Text Example


Text Example

White with #889CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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