Html Css Color HEX #8893CE Portage

📋 copy color: '#8893CE'

red 136 ◦ green 147 ◦ blue 206

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

Shades of Portage #8893CE

Tints of Portage #8893CE

RGB

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

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

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

R = 27.81%
G = 30.06%
B = 42.13%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8893CE (or 0x8893CE) is known color: Portage. HEX triplet: 88, 93 and CE. RGB value is (136,147,206). Sum of RGB (Red+Green+Blue) = 136+147+206=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #8893CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893CE is #776C31. Grayscale: #969696. Windows color (decimal): -7826482 or 13538184. OLE color: 13538184.

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

Color convert

RGB 136 147 206 -
CMYK 0.34 0.29 0 0.19
HSL 230.57º 0.42% 0.67% -
HSV(B) 230.57º 0.34% 0.81% -
XYZ 31.73 30.56 62.62 -
YUV 150.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 136 147 206 0.34 0.29 0 0.19 230.57 0.42 0.67
Hex 88 93 CE 22 1D 0 13 E7 2A 43
Octal 210 223 316 42 35 0 23 347 52 103
Binary 10001000 10010011 11001110 100010 11101 0 10011 11100111 101010 1000011

Color Harmonies of #8893CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8893CE

Black with #8893CE

Text Example


Text Example

White with #8893CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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