Html Css Color HEX #8893C6 Portage

📋 copy color: '#8893C6'

red 136 ◦ green 147 ◦ blue 198

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

Shades of Portage #8893C6

Tints of Portage #8893C6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

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

R = 28.27%
G = 30.56%
B = 41.16%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8893C6 (or 0x8893C6) is known color: Portage. HEX triplet: 88, 93 and C6. RGB value is (136,147,198). Sum of RGB (Red+Green+Blue) = 136+147+198=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #8893C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893C6 is #776C39. Grayscale: #959595. Windows color (decimal): -7826490 or 13013896. OLE color: 13013896.

HSL color Cylindrical-coordinate representation of color #8893C6: hue angle of 229.35º 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 #8893C6 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 147 198 -
CMYK 0.31 0.26 0 0.22
HSL 229.35º 0.35% 0.65% -
HSV(B) 229.35º 0.31% 0.78% -
XYZ 30.78 30.18 57.63 -
YUV 149.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 136 147 198 0.31 0.26 0 0.22 229.35 0.35 0.65
Hex 88 93 C6 1F 1A 0 16 E5 23 41
Octal 210 223 306 37 32 0 26 345 43 101
Binary 10001000 10010011 11000110 11111 11010 0 10110 11100101 100011 1000001

Color Harmonies of #8893C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8893C6

Black with #8893C6

Text Example


Text Example

White with #8893C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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