Html Css Color HEX #889CCD Portage

📋 copy color: '#889CCD'

red 136 ◦ green 156 ◦ blue 205

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

Shades of Portage #889CCD

Tints of Portage #889CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 27.36%
G = 31.39%
B = 41.25%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#889CCD (or 0x889CCD) is known color: Portage. HEX triplet: 88, 9C and CD. RGB value is (136,156,205). Sum of RGB (Red+Green+Blue) = 136+156+205=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #889CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CCD is #776332. Grayscale: #9B9B9B. Windows color (decimal): -7824179 or 13474952. OLE color: 13474952.

HSL color Cylindrical-coordinate representation of color #889CCD: hue angle of 222.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889CCD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 156 205 -
CMYK 0.34 0.24 0 0.20
HSL 222.61º 0.41% 0.67% -
HSV(B) 222.61º 0.34% 0.8% -
XYZ 33.06 33.42 62.47 -
YUV 155.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 136 156 205 0.34 0.24 0 0.20 222.61 0.41 0.67
Hex 88 9C CD 22 18 0 14 DF 29 43
Octal 210 234 315 42 30 0 24 337 51 103
Binary 10001000 10011100 11001101 100010 11000 0 10100 11011111 101001 1000011

Color Harmonies of #889CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CCD

Black with #889CCD

Text Example


Text Example

White with #889CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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