Html Css Color HEX #8E9ACB Portage

📋 copy color: '#8E9ACB'

red 142 ◦ green 154 ◦ blue 203

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

Shades of Portage #8E9ACB

Tints of Portage #8E9ACB

RGB

 RED value IS 142 (55.86% from 255) = 28.46%

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 28.46%
G = 30.86%
B = 40.68%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E9ACB (or 0x8E9ACB) is known color: Portage. HEX triplet: 8E, 9A and CB. RGB value is (142,154,203). Sum of RGB (Red+Green+Blue) = 142+154+203=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ACB is #716534. Grayscale: #9B9B9B. Windows color (decimal): -7431477 or 13343374. OLE color: 13343374.

HSL color Cylindrical-coordinate representation of color #8E9ACB: hue angle of 228.2º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9ACB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 154 203 -
CMYK 0.30 0.24 0 0.20
HSL 228.2º 0.37% 0.68% -
HSV(B) 228.2º 0.3% 0.8% -
XYZ 33.49 33.17 61.14 -
YUV 156 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 142 154 203 0.30 0.24 0 0.20 228.2 0.37 0.68
Hex 8E 9A CB 1E 18 0 14 E4 25 44
Octal 216 232 313 36 30 0 24 344 45 104
Binary 10001110 10011010 11001011 11110 11000 0 10100 11100100 100101 1000100

Color Harmonies of #8E9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ACB

Black with #8E9ACB

Text Example


Text Example

White with #8E9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E9ACB; }

 p { color: rgb(142,154,203); }

 H1.HeaderClassName
 {
   color: #8E9ACB;
 }
 .AnyTagClassName
 {
   color: #8E9ACB;
 }
</style>

background-color css

<style>
 a { background-color: #8E9ACB; }

 a { background-color: rgb(142,154,203); }

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

border-color css

<style>
 span { border-color: #8E9ACB; }

 span { border-color: rgb(142,154,203); }

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