Html Css Color HEX #8894DA Portage

📋 copy color: '#8894DA'

red 136 ◦ green 148 ◦ blue 218

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

Shades of Portage #8894DA

Tints of Portage #8894DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 27.09%
G = 29.48%
B = 43.43%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8894DA (or 0x8894DA) is known color: Portage. HEX triplet: 88, 94 and DA. RGB value is (136,148,218). Sum of RGB (Red+Green+Blue) = 136+148+218=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #8894DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894DA is #776B25. Grayscale: #989898. Windows color (decimal): -7826214 or 14324872. OLE color: 14324872.

HSL color Cylindrical-coordinate representation of color #8894DA: hue angle of 231.22º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8894DA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 148 218 -
CMYK 0.38 0.32 0 0.15
HSL 231.22º 0.53% 0.69% -
HSV(B) 231.22º 0.38% 0.85% -
XYZ 33.4 31.48 70.64 -
YUV 152.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 136 148 218 0.38 0.32 0 0.15 231.22 0.53 0.69
Hex 88 94 DA 26 20 0 F E7 35 45
Octal 210 224 332 46 40 0 17 347 65 105
Binary 10001000 10010100 11011010 100110 100000 0 1111 11100111 110101 1000101

Color Harmonies of #8894DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8894DA

Black with #8894DA

Text Example


Text Example

White with #8894DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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