Html Css Color HEX #889EDD Portage

📋 copy color: '#889EDD'

red 136 ◦ green 158 ◦ blue 221

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

Shades of Portage #889EDD

Tints of Portage #889EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.68%

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

R = 26.41%
G = 30.68%
B = 42.91%

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

#889EDD (or 0x889EDD) is known color: Portage. HEX triplet: 88, 9E and DD. RGB value is (136,158,221). Sum of RGB (Red+Green+Blue) = 136+158+221=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #889EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EDD is #776122. Grayscale: #9E9E9E. Windows color (decimal): -7823651 or 14524040. OLE color: 14524040.

HSL color Cylindrical-coordinate representation of color #889EDD: hue angle of 224.47º 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 #889EDD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 158 221 -
CMYK 0.38 0.29 0 0.13
HSL 224.47º 0.56% 0.7% -
HSV(B) 224.47º 0.38% 0.87% -
XYZ 35.43 34.91 73.28 -
YUV 158.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 136 158 221 0.38 0.29 0 0.13 224.47 0.56 0.7
Hex 88 9E DD 26 1D 0 D E0 38 46
Octal 210 236 335 46 35 0 15 340 70 106
Binary 10001000 10011110 11011101 100110 11101 0 1101 11100000 111000 1000110

Color Harmonies of #889EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EDD

Black with #889EDD

Text Example


Text Example

White with #889EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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