Html Css Color HEX #889EEA Portage

📋 copy color: '#889EEA'

red 136 ◦ green 158 ◦ blue 234

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

Shades of Portage #889EEA

Tints of Portage #889EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 25.76%
G = 29.92%
B = 44.32%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#889EEA (or 0x889EEA) is known color: Portage. HEX triplet: 88, 9E and EA. RGB value is (136,158,234). Sum of RGB (Red+Green+Blue) = 136+158+234=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #889EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EEA is #776115. Grayscale: #9F9F9F. Windows color (decimal): -7823638 or 15376008. OLE color: 15376008.

HSL color Cylindrical-coordinate representation of color #889EEA: hue angle of 226.53º degrees, saturation: 0.7, 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 #889EEA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 158 234 -
CMYK 0.42 0.32 0 0.08
HSL 226.53º 0.7% 0.73% -
HSV(B) 226.53º 0.42% 0.92% -
XYZ 37.23 35.63 82.76 -
YUV 160.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 136 158 234 0.42 0.32 0 0.08 226.53 0.7 0.73
Hex 88 9E EA 2A 20 0 8 E3 46 49
Octal 210 236 352 52 40 0 10 343 106 111
Binary 10001000 10011110 11101010 101010 100000 0 1000 11100011 1000110 1001001

Color Harmonies of #889EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EEA

Black with #889EEA

Text Example


Text Example

White with #889EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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