Html Css Color HEX #889AEB Portage

📋 copy color: '#889AEB'

red 136 ◦ green 154 ◦ blue 235

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

Shades of Portage #889AEB

Tints of Portage #889AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.33%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 25.9%
G = 29.33%
B = 44.76%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#889AEB (or 0x889AEB) is known color: Portage. HEX triplet: 88, 9A and EB. RGB value is (136,154,235). Sum of RGB (Red+Green+Blue) = 136+154+235=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #889AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AEB is #776514. Grayscale: #9D9D9D. Windows color (decimal): -7824661 or 15440520. OLE color: 15440520.

HSL color Cylindrical-coordinate representation of color #889AEB: hue angle of 229.09º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889AEB is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 154 235 -
CMYK 0.42 0.34 0 0.08
HSL 229.09º 0.71% 0.73% -
HSV(B) 229.09º 0.42% 0.92% -
XYZ 36.7 34.34 83.29 -
YUV 157.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 136 154 235 0.42 0.34 0 0.08 229.09 0.71 0.73
Hex 88 9A EB 2A 22 0 8 E5 47 49
Octal 210 232 353 52 42 0 10 345 107 111
Binary 10001000 10011010 11101011 101010 100010 0 1000 11100101 1000111 1001001

Color Harmonies of #889AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AEB

Black with #889AEB

Text Example


Text Example

White with #889AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,154,235); }

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

background-color css

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

 a { background-color: rgb(136,154,235); }

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

border-color css

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

 span { border-color: rgb(136,154,235); }

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