Html Css Color HEX #8891CE Portage

📋 copy color: '#8891CE'

red 136 ◦ green 145 ◦ blue 206

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

Shades of Portage #8891CE

Tints of Portage #8891CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.77%

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

R = 27.93%
G = 29.77%
B = 42.3%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8891CE (or 0x8891CE) is known color: Portage. HEX triplet: 88, 91 and CE. RGB value is (136,145,206). Sum of RGB (Red+Green+Blue) = 136+145+206=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8891CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891CE is #776E31. Grayscale: #959595. Windows color (decimal): -7826994 or 13537672. OLE color: 13537672.

HSL color Cylindrical-coordinate representation of color #8891CE: hue angle of 232.29º 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 #8891CE is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 145 206 -
CMYK 0.34 0.30 0 0.19
HSL 232.29º 0.42% 0.67% -
HSV(B) 232.29º 0.34% 0.81% -
XYZ 31.42 29.94 62.52 -
YUV 149.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 136 145 206 0.34 0.30 0 0.19 232.29 0.42 0.67
Hex 88 91 CE 22 1E 0 13 E8 2A 43
Octal 210 221 316 42 36 0 23 350 52 103
Binary 10001000 10010001 11001110 100010 11110 0 10011 11101000 101010 1000011

Color Harmonies of #8891CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8891CE

Black with #8891CE

Text Example


Text Example

White with #8891CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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