Html Css Color HEX #8894C6 Portage

📋 copy color: '#8894C6'

red 136 ◦ green 148 ◦ blue 198

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

Shades of Portage #8894C6

Tints of Portage #8894C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 28.22%
G = 30.71%
B = 41.08%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8894C6 (or 0x8894C6) is known color: Portage. HEX triplet: 88, 94 and C6. RGB value is (136,148,198). Sum of RGB (Red+Green+Blue) = 136+148+198=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #8894C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894C6 is #776B39. Grayscale: #959595. Windows color (decimal): -7826234 or 13014152. OLE color: 13014152.

HSL color Cylindrical-coordinate representation of color #8894C6: hue angle of 228.39º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8894C6 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 148 198 -
CMYK 0.31 0.25 0 0.22
HSL 228.39º 0.35% 0.65% -
HSV(B) 228.39º 0.31% 0.78% -
XYZ 30.94 30.49 57.68 -
YUV 150.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 136 148 198 0.31 0.25 0 0.22 228.39 0.35 0.65
Hex 88 94 C6 1F 19 0 16 E4 23 41
Octal 210 224 306 37 31 0 26 344 43 101
Binary 10001000 10010100 11000110 11111 11001 0 10110 11100100 100011 1000001

Color Harmonies of #8894C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8894C6

Black with #8894C6

Text Example


Text Example

White with #8894C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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