Html Css Color HEX #8894CE Portage

📋 copy color: '#8894CE'

red 136 ◦ green 148 ◦ blue 206

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

Shades of Portage #8894CE

Tints of Portage #8894CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 27.76%
G = 30.2%
B = 42.04%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8894CE (or 0x8894CE) is known color: Portage. HEX triplet: 88, 94 and CE. RGB value is (136,148,206). Sum of RGB (Red+Green+Blue) = 136+148+206=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8894CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894CE is #776B31. Grayscale: #969696. Windows color (decimal): -7826226 or 13538440. OLE color: 13538440.

HSL color Cylindrical-coordinate representation of color #8894CE: hue angle of 229.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8894CE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 148 206 -
CMYK 0.34 0.28 0 0.19
HSL 229.71º 0.42% 0.67% -
HSV(B) 229.71º 0.34% 0.81% -
XYZ 31.88 30.87 62.67 -
YUV 151.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 136 148 206 0.34 0.28 0 0.19 229.71 0.42 0.67
Hex 88 94 CE 22 1C 0 13 E6 2A 43
Octal 210 224 316 42 34 0 23 346 52 103
Binary 10001000 10010100 11001110 100010 11100 0 10011 11100110 101010 1000011

Color Harmonies of #8894CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8894CE

Black with #8894CE

Text Example


Text Example

White with #8894CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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