Html Css Color HEX #8E9ACC Portage

📋 copy color: '#8E9ACC'

red 142 ◦ green 154 ◦ blue 204

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

Shades of Portage #8E9ACC

Tints of Portage #8E9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 28.4%
G = 30.8%
B = 40.8%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E9ACC (or 0x8E9ACC) is known color: Portage. HEX triplet: 8E, 9A and CC. RGB value is (142,154,204). Sum of RGB (Red+Green+Blue) = 142+154+204=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ACC is #716533. Grayscale: #9B9B9B. Windows color (decimal): -7431476 or 13408910. OLE color: 13408910.

HSL color Cylindrical-coordinate representation of color #8E9ACC: hue angle of 228.39º degrees, saturation: 0.38, 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 #8E9ACC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 154 204 -
CMYK 0.30 0.25 0 0.2
HSL 228.39º 0.38% 0.68% -
HSV(B) 228.39º 0.3% 0.8% -
XYZ 33.61 33.22 61.77 -
YUV 156.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 142 154 204 0.30 0.25 0 0.2 228.39 0.38 0.68
Hex 8E 9A CC 1E 19 0 14 E4 26 44
Octal 216 232 314 36 31 0 24 344 46 104
Binary 10001110 10011010 11001100 11110 11001 0 10100 11100100 100110 1000100

Color Harmonies of #8E9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ACC

Black with #8E9ACC

Text Example


Text Example

White with #8E9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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