Html Css Color HEX #889CCE Portage

📋 copy color: '#889CCE'

red 136 ◦ green 156 ◦ blue 206

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

Shades of Portage #889CCE

Tints of Portage #889CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 27.31%
G = 31.33%
B = 41.37%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#889CCE (or 0x889CCE) is known color: Portage. HEX triplet: 88, 9C and CE. RGB value is (136,156,206). Sum of RGB (Red+Green+Blue) = 136+156+206=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #889CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CCE is #776331. Grayscale: #9B9B9B. Windows color (decimal): -7824178 or 13540488. OLE color: 13540488.

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

Color convert

RGB 136 156 206 -
CMYK 0.34 0.24 0 0.19
HSL 222.86º 0.42% 0.67% -
HSV(B) 222.86º 0.34% 0.81% -
XYZ 33.18 33.47 63.1 -
YUV 155.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 136 156 206 0.34 0.24 0 0.19 222.86 0.42 0.67
Hex 88 9C CE 22 18 0 13 DF 2A 43
Octal 210 234 316 42 30 0 23 337 52 103
Binary 10001000 10011100 11001110 100010 11000 0 10011 11011111 101010 1000011

Color Harmonies of #889CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CCE

Black with #889CCE

Text Example


Text Example

White with #889CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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