Html Css Color HEX #889EFF Portage

📋 copy color: '#889EFF'

red 136 ◦ green 158 ◦ blue 255

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

Shades of Portage #889EFF

Tints of Portage #889EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 24.77%
G = 28.78%
B = 46.45%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#889EFF (or 0x889EFF) is known color: Portage. HEX triplet: 88, 9E and FF. RGB value is (136,158,255). Sum of RGB (Red+Green+Blue) = 136+158+255=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #889EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EFF is #776100. Grayscale: #A2A2A2. Windows color (decimal): -7823617 or 16752264. OLE color: 16752264.

HSL color Cylindrical-coordinate representation of color #889EFF: hue angle of 228.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #889EFF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 158 255 -
CMYK 0.47 0.38 0 0
HSL 228.91º 1% 0.77% -
HSV(B) 228.91º 0.47% 1% -
XYZ 40.43 36.91 99.6 -
YUV 162.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 136 158 255 0.47 0.38 0 0 228.91 1 0.77
Hex 88 9E FF 2F 26 0 0 E5 64 4D
Octal 210 236 377 57 46 0 0 345 144 115
Binary 10001000 10011110 11111111 101111 100110 0 0 11100101 1100100 1001101

Color Harmonies of #889EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EFF

Black with #889EFF

Text Example


Text Example

White with #889EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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