Html Css Color HEX #889DD5 Portage

📋 copy color: '#889DD5'

red 136 ◦ green 157 ◦ blue 213

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

Shades of Portage #889DD5

Tints of Portage #889DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 26.88%
G = 31.03%
B = 42.09%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#889DD5 (or 0x889DD5) is known color: Portage. HEX triplet: 88, 9D and D5. RGB value is (136,157,213). Sum of RGB (Red+Green+Blue) = 136+157+213=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #889DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DD5 is #77622A. Grayscale: #9C9C9C. Windows color (decimal): -7823915 or 13999496. OLE color: 13999496.

HSL color Cylindrical-coordinate representation of color #889DD5: hue angle of 223.64º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #889DD5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 157 213 -
CMYK 0.36 0.26 0 0.16
HSL 223.64º 0.48% 0.68% -
HSV(B) 223.64º 0.36% 0.84% -
XYZ 34.22 34.15 67.74 -
YUV 157.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 136 157 213 0.36 0.26 0 0.16 223.64 0.48 0.68
Hex 88 9D D5 24 1A 0 10 E0 30 44
Octal 210 235 325 44 32 0 20 340 60 104
Binary 10001000 10011101 11010101 100100 11010 0 10000 11100000 110000 1000100

Color Harmonies of #889DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DD5

Black with #889DD5

Text Example


Text Example

White with #889DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,157,213); }

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

background-color css

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

 a { background-color: rgb(136,157,213); }

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

border-color css

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

 span { border-color: rgb(136,157,213); }

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