Html Css Color HEX #8894EF Portage

📋 copy color: '#8894EF'

red 136 ◦ green 148 ◦ blue 239

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

Shades of Portage #8894EF

Tints of Portage #8894EF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.3%

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

R = 26%
G = 28.3%
B = 45.7%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8894EF (or 0x8894EF) is known color: Portage. HEX triplet: 88, 94 and EF. RGB value is (136,148,239). Sum of RGB (Red+Green+Blue) = 136+148+239=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #8894EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8894EF is #776B10. Grayscale: #9A9A9A. Windows color (decimal): -7826193 or 15701128. OLE color: 15701128.

HSL color Cylindrical-coordinate representation of color #8894EF: hue angle of 233.01º 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 #8894EF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 148 239 -
CMYK 0.43 0.38 0 0.06
HSL 233.01º 0.76% 0.74% -
HSV(B) 233.01º 0.43% 0.94% -
XYZ 36.32 32.65 86.05 -
YUV 154.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 136 148 239 0.43 0.38 0 0.06 233.01 0.76 0.74
Hex 88 94 EF 2B 26 0 6 E9 4C 4A
Octal 210 224 357 53 46 0 6 351 114 112
Binary 10001000 10010100 11101111 101011 100110 0 110 11101001 1001100 1001010

Color Harmonies of #8894EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8894EF

Black with #8894EF

Text Example


Text Example

White with #8894EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8894EF; }

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

 H1.HeaderClassName
 {
   color: #8894EF;
 }
 .AnyTagClassName
 {
   color: #8894EF;
 }
</style>

background-color css

<style>
 a { background-color: #8894EF; }

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

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

border-color css

<style>
 span { border-color: #8894EF; }

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

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