Html Css Color HEX #889DD4 Portage

📋 copy color: '#889DD4'

red 136 ◦ green 157 ◦ blue 212

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

Shades of Portage #889DD4

Tints of Portage #889DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 26.93%
G = 31.09%
B = 41.98%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#889DD4 (or 0x889DD4) is known color: Portage. HEX triplet: 88, 9D and D4. RGB value is (136,157,212). Sum of RGB (Red+Green+Blue) = 136+157+212=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #889DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DD4 is #77622B. Grayscale: #9C9C9C. Windows color (decimal): -7823916 or 13933960. OLE color: 13933960.

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

Color convert

RGB 136 157 212 -
CMYK 0.36 0.26 0 0.17
HSL 223.42º 0.47% 0.68% -
HSV(B) 223.42º 0.36% 0.83% -
XYZ 34.09 34.1 67.07 -
YUV 156.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 136 157 212 0.36 0.26 0 0.17 223.42 0.47 0.68
Hex 88 9D D4 24 1A 0 11 DF 2F 44
Octal 210 235 324 44 32 0 21 337 57 104
Binary 10001000 10011101 11010100 100100 11010 0 10001 11011111 101111 1000100

Color Harmonies of #889DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DD4

Black with #889DD4

Text Example


Text Example

White with #889DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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