Html Css Color HEX #889CDA Portage

📋 copy color: '#889CDA'

red 136 ◦ green 156 ◦ blue 218

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

Shades of Portage #889CDA

Tints of Portage #889CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 26.67%
G = 30.59%
B = 42.75%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#889CDA (or 0x889CDA) is known color: Portage. HEX triplet: 88, 9C and DA. RGB value is (136,156,218). Sum of RGB (Red+Green+Blue) = 136+156+218=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #889CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CDA is #776325. Grayscale: #9C9C9C. Windows color (decimal): -7824166 or 14326920. OLE color: 14326920.

HSL color Cylindrical-coordinate representation of color #889CDA: hue angle of 225.37º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889CDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 156 218 -
CMYK 0.38 0.28 0 0.15
HSL 225.37º 0.53% 0.69% -
HSV(B) 225.37º 0.38% 0.85% -
XYZ 34.7 34.07 71.08 -
YUV 157.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 136 156 218 0.38 0.28 0 0.15 225.37 0.53 0.69
Hex 88 9C DA 26 1C 0 F E1 35 45
Octal 210 234 332 46 34 0 17 341 65 105
Binary 10001000 10011100 11011010 100110 11100 0 1111 11100001 110101 1000101

Color Harmonies of #889CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CDA

Black with #889CDA

Text Example


Text Example

White with #889CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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