Html Css Color HEX #8893CD Portage

📋 copy color: '#8893CD'

red 136 ◦ green 147 ◦ blue 205

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

Shades of Portage #8893CD

Tints of Portage #8893CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 27.87%
G = 30.12%
B = 42.01%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8893CD (or 0x8893CD) is known color: Portage. HEX triplet: 88, 93 and CD. RGB value is (136,147,205). Sum of RGB (Red+Green+Blue) = 136+147+205=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8893CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893CD is #776C32. Grayscale: #969696. Windows color (decimal): -7826483 or 13472648. OLE color: 13472648.

HSL color Cylindrical-coordinate representation of color #8893CD: hue angle of 230.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8893CD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 147 205 -
CMYK 0.34 0.28 0 0.20
HSL 230.43º 0.41% 0.67% -
HSV(B) 230.43º 0.34% 0.8% -
XYZ 31.61 30.51 61.98 -
YUV 150.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 136 147 205 0.34 0.28 0 0.20 230.43 0.41 0.67
Hex 88 93 CD 22 1C 0 14 E6 29 43
Octal 210 223 315 42 34 0 24 346 51 103
Binary 10001000 10010011 11001101 100010 11100 0 10100 11100110 101001 1000011

Color Harmonies of #8893CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8893CD

Black with #8893CD

Text Example


Text Example

White with #8893CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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