Html Css Color HEX #8E9FDF Portage

📋 copy color: '#8E9FDF'

red 142 ◦ green 159 ◦ blue 223

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

Shades of Portage #8E9FDF

Tints of Portage #8E9FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.34%

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

R = 27.1%
G = 30.34%
B = 42.56%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E9FDF (or 0x8E9FDF) is known color: Portage. HEX triplet: 8E, 9F and DF. RGB value is (142,159,223). Sum of RGB (Red+Green+Blue) = 142+159+223=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FDF is #716020. Grayscale: #A0A0A0. Windows color (decimal): -7430177 or 14655374. OLE color: 14655374.

HSL color Cylindrical-coordinate representation of color #8E9FDF: hue angle of 227.41º 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 #8E9FDF is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 159 223 -
CMYK 0.36 0.29 0 0.13
HSL 227.41º 0.56% 0.72% -
HSV(B) 227.41º 0.36% 0.87% -
XYZ 36.87 35.87 74.79 -
YUV 161.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 142 159 223 0.36 0.29 0 0.13 227.41 0.56 0.72
Hex 8E 9F DF 24 1D 0 D E3 38 48
Octal 216 237 337 44 35 0 15 343 70 110
Binary 10001110 10011111 11011111 100100 11101 0 1101 11100011 111000 1001000

Color Harmonies of #8E9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FDF

Black with #8E9FDF

Text Example


Text Example

White with #8E9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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