Html Css Color HEX #8E9BCB Portage

📋 copy color: '#8E9BCB'

red 142 ◦ green 155 ◦ blue 203

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

Shades of Portage #8E9BCB

Tints of Portage #8E9BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31%

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

R = 28.4%
G = 31%
B = 40.6%

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

#8E9BCB (or 0x8E9BCB) is known color: Portage. HEX triplet: 8E, 9B and CB. RGB value is (142,155,203). Sum of RGB (Red+Green+Blue) = 142+155+203=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BCB is #716434. Grayscale: #9C9C9C. Windows color (decimal): -7431221 or 13343630. OLE color: 13343630.

HSL color Cylindrical-coordinate representation of color #8E9BCB: hue angle of 227.21º 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 #8E9BCB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 155 203 -
CMYK 0.30 0.24 0 0.20
HSL 227.21º 0.37% 0.68% -
HSV(B) 227.21º 0.3% 0.8% -
XYZ 33.66 33.51 61.19 -
YUV 156.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 142 155 203 0.30 0.24 0 0.20 227.21 0.37 0.68
Hex 8E 9B CB 1E 18 0 14 E3 25 44
Octal 216 233 313 36 30 0 24 343 45 104
Binary 10001110 10011011 11001011 11110 11000 0 10100 11100011 100101 1000100

Color Harmonies of #8E9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9BCB

Black with #8E9BCB

Text Example


Text Example

White with #8E9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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