Html Css Color HEX #8E9ADF Portage

📋 copy color: '#8E9ADF'

red 142 ◦ green 154 ◦ blue 223

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

Shades of Portage #8E9ADF

Tints of Portage #8E9ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 27.36%
G = 29.67%
B = 42.97%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E9ADF (or 0x8E9ADF) is known color: Portage. HEX triplet: 8E, 9A and DF. RGB value is (142,154,223). Sum of RGB (Red+Green+Blue) = 142+154+223=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ADF is #716520. Grayscale: #9D9D9D. Windows color (decimal): -7431457 or 14654094. OLE color: 14654094.

HSL color Cylindrical-coordinate representation of color #8E9ADF: hue angle of 231.11º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E9ADF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 154 223 -
CMYK 0.36 0.31 0 0.13
HSL 231.11º 0.56% 0.72% -
HSV(B) 231.11º 0.36% 0.87% -
XYZ 36.03 34.19 74.51 -
YUV 158.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 142 154 223 0.36 0.31 0 0.13 231.11 0.56 0.72
Hex 8E 9A DF 24 1F 0 D E7 38 48
Octal 216 232 337 44 37 0 15 347 70 110
Binary 10001110 10011010 11011111 100100 11111 0 1101 11100111 111000 1001000

Color Harmonies of #8E9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ADF

Black with #8E9ADF

Text Example


Text Example

White with #8E9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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