Html Css Color HEX #889CDD Portage

📋 copy color: '#889CDD'

red 136 ◦ green 156 ◦ blue 221

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

Shades of Portage #889CDD

Tints of Portage #889CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 26.51%
G = 30.41%
B = 43.08%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889CDD (or 0x889CDD) is known color: Portage. HEX triplet: 88, 9C and DD. RGB value is (136,156,221). Sum of RGB (Red+Green+Blue) = 136+156+221=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #889CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CDD is #776322. Grayscale: #9D9D9D. Windows color (decimal): -7824163 or 14523528. OLE color: 14523528.

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

Color convert

RGB 136 156 221 -
CMYK 0.38 0.29 0 0.13
HSL 225.88º 0.56% 0.7% -
HSV(B) 225.88º 0.38% 0.87% -
XYZ 35.09 34.23 73.16 -
YUV 157.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 136 156 221 0.38 0.29 0 0.13 225.88 0.56 0.7
Hex 88 9C DD 26 1D 0 D E2 38 46
Octal 210 234 335 46 35 0 15 342 70 106
Binary 10001000 10011100 11011101 100110 11101 0 1101 11100010 111000 1000110

Color Harmonies of #889CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CDD

Black with #889CDD

Text Example


Text Example

White with #889CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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