Html Css Color HEX #889AEE Portage

📋 copy color: '#889AEE'

red 136 ◦ green 154 ◦ blue 238

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

Shades of Portage #889AEE

Tints of Portage #889AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 25.76%
G = 29.17%
B = 45.08%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#889AEE (or 0x889AEE) is known color: Portage. HEX triplet: 88, 9A and EE. RGB value is (136,154,238). Sum of RGB (Red+Green+Blue) = 136+154+238=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #889AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AEE is #776511. Grayscale: #9D9D9D. Windows color (decimal): -7824658 or 15637128. OLE color: 15637128.

HSL color Cylindrical-coordinate representation of color #889AEE: hue angle of 229.41º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889AEE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 154 238 -
CMYK 0.43 0.35 0 0.07
HSL 229.41º 0.75% 0.73% -
HSV(B) 229.41º 0.43% 0.93% -
XYZ 37.14 34.52 85.59 -
YUV 158.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 136 154 238 0.43 0.35 0 0.07 229.41 0.75 0.73
Hex 88 9A EE 2B 23 0 7 E5 4B 49
Octal 210 232 356 53 43 0 7 345 113 111
Binary 10001000 10011010 11101110 101011 100011 0 111 11100101 1001011 1001001

Color Harmonies of #889AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AEE

Black with #889AEE

Text Example


Text Example

White with #889AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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