Html Css Color HEX #889FEF Portage

📋 copy color: '#889FEF'

red 136 ◦ green 159 ◦ blue 239

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

Shades of Portage #889FEF

Tints of Portage #889FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.78%

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 25.47%
G = 29.78%
B = 44.76%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#889FEF (or 0x889FEF) is known color: Portage. HEX triplet: 88, 9F and EF. RGB value is (136,159,239). Sum of RGB (Red+Green+Blue) = 136+159+239=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #889FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FEF is #776010. Grayscale: #A0A0A0. Windows color (decimal): -7823377 or 15703944. OLE color: 15703944.

HSL color Cylindrical-coordinate representation of color #889FEF: hue angle of 226.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889FEF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 159 239 -
CMYK 0.43 0.33 0 0.06
HSL 226.6º 0.76% 0.74% -
HSV(B) 226.6º 0.43% 0.94% -
XYZ 38.13 36.26 86.65 -
YUV 161.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 136 159 239 0.43 0.33 0 0.06 226.6 0.76 0.74
Hex 88 9F EF 2B 21 0 6 E3 4C 4A
Octal 210 237 357 53 41 0 6 343 114 112
Binary 10001000 10011111 11101111 101011 100001 0 110 11100011 1001100 1001010

Color Harmonies of #889FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FEF

Black with #889FEF

Text Example


Text Example

White with #889FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,159,239); }

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

background-color css

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

 a { background-color: rgb(136,159,239); }

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

border-color css

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

 span { border-color: rgb(136,159,239); }

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