Html Css Color HEX #8E9AFD Portage

📋 copy color: '#8E9AFD'

red 142 ◦ green 154 ◦ blue 253

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

Shades of Portage #8E9AFD

Tints of Portage #8E9AFD

RGB

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

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

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

R = 25.87%
G = 28.05%
B = 46.08%

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

#8E9AFD (or 0x8E9AFD) is known color: Portage. HEX triplet: 8E, 9A and FD. RGB value is (142,154,253). Sum of RGB (Red+Green+Blue) = 142+154+253=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E9AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9AFD is #716502. Grayscale: #A1A1A1. Windows color (decimal): -7431427 or 16620174. OLE color: 16620174.

HSL color Cylindrical-coordinate representation of color #8E9AFD: hue angle of 233.51º 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 #8E9AFD is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 154 253 -
CMYK 0.44 0.39 0 0.01
HSL 233.51º 0.97% 0.77% -
HSV(B) 233.51º 0.44% 0.99% -
XYZ 40.44 35.95 97.74 -
YUV 161.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 142 154 253 0.44 0.39 0 0.01 233.51 0.97 0.77
Hex 8E 9A FD 2C 27 0 1 EA 61 4D
Octal 216 232 375 54 47 0 1 352 141 115
Binary 10001110 10011010 11111101 101100 100111 0 1 11101010 1100001 1001101

Color Harmonies of #8E9AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9AFD

Black with #8E9AFD

Text Example


Text Example

White with #8E9AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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