Html Css Color HEX #8E9FFC Portage

📋 copy color: '#8E9FFC'

red 142 ◦ green 159 ◦ blue 252

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

Shades of Portage #8E9FFC

Tints of Portage #8E9FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 25.68%
G = 28.75%
B = 45.57%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E9FFC (or 0x8E9FFC) is known color: Portage. HEX triplet: 8E, 9F and FC. RGB value is (142,159,252). Sum of RGB (Red+Green+Blue) = 142+159+252=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FFC is #716003. Grayscale: #A4A4A4. Windows color (decimal): -7430148 or 16555918. OLE color: 16555918.

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

Color convert

RGB 142 159 252 -
CMYK 0.44 0.37 0 0.01
HSL 230.73º 0.95% 0.77% -
HSV(B) 230.73º 0.44% 0.99% -
XYZ 41.12 37.58 97.18 -
YUV 164.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 142 159 252 0.44 0.37 0 0.01 230.73 0.95 0.77
Hex 8E 9F FC 2C 25 0 1 E7 5F 4D
Octal 216 237 374 54 45 0 1 347 137 115
Binary 10001110 10011111 11111100 101100 100101 0 1 11100111 1011111 1001101

Color Harmonies of #8E9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FFC

Black with #8E9FFC

Text Example


Text Example

White with #8E9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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