Html Css Color HEX #8E9BFD Portage

📋 copy color: '#8E9BFD'

red 142 ◦ green 155 ◦ blue 253

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

Shades of Portage #8E9BFD

Tints of Portage #8E9BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 25.82%
G = 28.18%
B = 46%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E9BFD (or 0x8E9BFD) is known color: Portage. HEX triplet: 8E, 9B and FD. RGB value is (142,155,253). Sum of RGB (Red+Green+Blue) = 142+155+253=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E9BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9BFD is #716402. Grayscale: #A1A1A1. Windows color (decimal): -7431171 or 16620430. OLE color: 16620430.

HSL color Cylindrical-coordinate representation of color #8E9BFD: hue angle of 232.97º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E9BFD is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 155 253 -
CMYK 0.44 0.39 0 0.01
HSL 232.97º 0.97% 0.77% -
HSV(B) 232.97º 0.44% 0.99% -
XYZ 40.61 36.29 97.79 -
YUV 162.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 142 155 253 0.44 0.39 0 0.01 232.97 0.97 0.77
Hex 8E 9B FD 2C 27 0 1 E9 61 4D
Octal 216 233 375 54 47 0 1 351 141 115
Binary 10001110 10011011 11111101 101100 100111 0 1 11101001 1100001 1001101

Color Harmonies of #8E9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9BFD

Black with #8E9BFD

Text Example


Text Example

White with #8E9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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