Html Css Color HEX #889BCA Portage

📋 copy color: '#889BCA'

red 136 ◦ green 155 ◦ blue 202

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

Shades of Portage #889BCA

Tints of Portage #889BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 27.59%
G = 31.44%
B = 40.97%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#889BCA (or 0x889BCA) is known color: Portage. HEX triplet: 88, 9B and CA. RGB value is (136,155,202). Sum of RGB (Red+Green+Blue) = 136+155+202=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #889BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BCA is #776435. Grayscale: #9A9A9A. Windows color (decimal): -7824438 or 13278088. OLE color: 13278088.

HSL color Cylindrical-coordinate representation of color #889BCA: hue angle of 222.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889BCA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 155 202 -
CMYK 0.33 0.23 0 0.21
HSL 222.73º 0.38% 0.66% -
HSV(B) 222.73º 0.33% 0.79% -
XYZ 32.54 32.94 60.52 -
YUV 154.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 136 155 202 0.33 0.23 0 0.21 222.73 0.38 0.66
Hex 88 9B CA 21 17 0 15 DF 26 42
Octal 210 233 312 41 27 0 25 337 46 102
Binary 10001000 10011011 11001010 100001 10111 0 10101 11011111 100110 1000010

Color Harmonies of #889BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BCA

Black with #889BCA

Text Example


Text Example

White with #889BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,155,202); }

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

background-color css

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

 a { background-color: rgb(136,155,202); }

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

border-color css

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

 span { border-color: rgb(136,155,202); }

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