Html Css Color HEX #889CDC Portage

📋 copy color: '#889CDC'

red 136 ◦ green 156 ◦ blue 220

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

Shades of Portage #889CDC

Tints of Portage #889CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 26.56%
G = 30.47%
B = 42.97%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#889CDC (or 0x889CDC) is known color: Portage. HEX triplet: 88, 9C and DC. RGB value is (136,156,220). Sum of RGB (Red+Green+Blue) = 136+156+220=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #889CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CDC is #776323. Grayscale: #9D9D9D. Windows color (decimal): -7824164 or 14457992. OLE color: 14457992.

HSL color Cylindrical-coordinate representation of color #889CDC: hue angle of 225.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889CDC is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 156 220 -
CMYK 0.38 0.29 0 0.14
HSL 225.71º 0.55% 0.7% -
HSV(B) 225.71º 0.38% 0.86% -
XYZ 34.96 34.18 72.46 -
YUV 157.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 136 156 220 0.38 0.29 0 0.14 225.71 0.55 0.7
Hex 88 9C DC 26 1D 0 E E2 37 46
Octal 210 234 334 46 35 0 16 342 67 106
Binary 10001000 10011100 11011100 100110 11101 0 1110 11100010 110111 1000110

Color Harmonies of #889CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CDC

Black with #889CDC

Text Example


Text Example

White with #889CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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