Html Css Color HEX #889CD2 Portage

📋 copy color: '#889CD2'

red 136 ◦ green 156 ◦ blue 210

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

Shades of Portage #889CD2

Tints of Portage #889CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.83%

R = 27.09%
G = 31.08%
B = 41.83%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#889CD2 (or 0x889CD2) is known color: Portage. HEX triplet: 88, 9C and D2. RGB value is (136,156,210). Sum of RGB (Red+Green+Blue) = 136+156+210=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #889CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CD2 is #77632D. Grayscale: #9B9B9B. Windows color (decimal): -7824174 or 13802632. OLE color: 13802632.

HSL color Cylindrical-coordinate representation of color #889CD2: hue angle of 223.78º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #889CD2 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 156 210 -
CMYK 0.35 0.26 0 0.18
HSL 223.78º 0.45% 0.68% -
HSV(B) 223.78º 0.35% 0.82% -
XYZ 33.67 33.66 65.7 -
YUV 156.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 136 156 210 0.35 0.26 0 0.18 223.78 0.45 0.68
Hex 88 9C D2 23 1A 0 12 E0 2D 44
Octal 210 234 322 43 32 0 22 340 55 104
Binary 10001000 10011100 11010010 100011 11010 0 10010 11100000 101101 1000100

Color Harmonies of #889CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CD2

Black with #889CD2

Text Example


Text Example

White with #889CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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