Html Css Color HEX #889AE4 Portage

📋 copy color: '#889AE4'

red 136 ◦ green 154 ◦ blue 228

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

Shades of Portage #889AE4

Tints of Portage #889AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.02%

R = 26.25%
G = 29.73%
B = 44.02%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#889AE4 (or 0x889AE4) is known color: Portage. HEX triplet: 88, 9A and E4. RGB value is (136,154,228). Sum of RGB (Red+Green+Blue) = 136+154+228=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #889AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AE4 is #77651B. Grayscale: #9C9C9C. Windows color (decimal): -7824668 or 14981768. OLE color: 14981768.

HSL color Cylindrical-coordinate representation of color #889AE4: hue angle of 228.26º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #889AE4 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 136 154 228 -
CMYK 0.40 0.32 0 0.11
HSL 228.26º 0.63% 0.71% -
HSV(B) 228.26º 0.4% 0.89% -
XYZ 35.71 33.95 78.07 -
YUV 157.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 136 154 228 0.40 0.32 0 0.11 228.26 0.63 0.71
Hex 88 9A E4 28 20 0 B E4 3F 47
Octal 210 232 344 50 40 0 13 344 77 107
Binary 10001000 10011010 11100100 101000 100000 0 1011 11100100 111111 1000111

Color Harmonies of #889AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AE4

Black with #889AE4

Text Example


Text Example

White with #889AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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