Html Css Color HEX #8894EE Portage

📋 copy color: '#8894EE'

red 136 ◦ green 148 ◦ blue 238

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

Shades of Portage #8894EE

Tints of Portage #8894EE

RGB

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

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

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

R = 26.05%
G = 28.35%
B = 45.59%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8894EE (or 0x8894EE) is known color: Portage. HEX triplet: 88, 94 and EE. RGB value is (136,148,238). Sum of RGB (Red+Green+Blue) = 136+148+238=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #8894EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8894EE is #776B11. Grayscale: #9A9A9A. Windows color (decimal): -7826194 or 15635592. OLE color: 15635592.

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

Color convert

RGB 136 148 238 -
CMYK 0.43 0.38 0 0.07
HSL 232.94º 0.75% 0.73% -
HSV(B) 232.94º 0.43% 0.93% -
XYZ 36.18 32.59 85.27 -
YUV 154.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 136 148 238 0.43 0.38 0 0.07 232.94 0.75 0.73
Hex 88 94 EE 2B 26 0 7 E9 4B 49
Octal 210 224 356 53 46 0 7 351 113 111
Binary 10001000 10010100 11101110 101011 100110 0 111 11101001 1001011 1001001

Color Harmonies of #8894EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8894EE

Black with #8894EE

Text Example


Text Example

White with #8894EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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