Html Css Color HEX #889FD5 Portage

📋 copy color: '#889FD5'

red 136 ◦ green 159 ◦ blue 213

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

Shades of Portage #889FD5

Tints of Portage #889FD5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

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

R = 26.77%
G = 31.3%
B = 41.93%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#889FD5 (or 0x889FD5) is known color: Portage. HEX triplet: 88, 9F and D5. RGB value is (136,159,213). Sum of RGB (Red+Green+Blue) = 136+159+213=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #889FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FD5 is #77602A. Grayscale: #9E9E9E. Windows color (decimal): -7823403 or 14000008. OLE color: 14000008.

HSL color Cylindrical-coordinate representation of color #889FD5: hue angle of 222.08º 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 #889FD5 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 159 213 -
CMYK 0.36 0.25 0 0.16
HSL 222.08º 0.48% 0.68% -
HSV(B) 222.08º 0.36% 0.84% -
XYZ 34.56 34.83 67.85 -
YUV 158.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 136 159 213 0.36 0.25 0 0.16 222.08 0.48 0.68
Hex 88 9F D5 24 19 0 10 DE 30 44
Octal 210 237 325 44 31 0 20 336 60 104
Binary 10001000 10011111 11010101 100100 11001 0 10000 11011110 110000 1000100

Color Harmonies of #889FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FD5

Black with #889FD5

Text Example


Text Example

White with #889FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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