Html Css Color HEX #8C9EFE Portage

📋 copy color: '#8C9EFE'

red 140 ◦ green 158 ◦ blue 254

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

Shades of Portage #8C9EFE

Tints of Portage #8C9EFE

RGB

 RED value IS 140 (55.08% from 255) = 25.36%

 GREEN value IS 158 (62.11% from 255) = 28.62%

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 25.36%
G = 28.62%
B = 46.01%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C9EFE (or 0x8C9EFE) is known color: Portage. HEX triplet: 8C, 9E and FE. RGB value is (140,158,254). Sum of RGB (Red+Green+Blue) = 140+158+254=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C9EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9EFE is #736101. Grayscale: #A3A3A3. Windows color (decimal): -7561474 or 16686732. OLE color: 16686732.

HSL color Cylindrical-coordinate representation of color #8C9EFE: hue angle of 230.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C9EFE is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 158 254 -
CMYK 0.45 0.38 0 0.00
HSL 230.53º 0.98% 0.77% -
HSV(B) 230.53º 0.45% 1% -
XYZ 40.93 37.18 98.79 -
YUV 163.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 140 158 254 0.45 0.38 0 0.00 230.53 0.98 0.77
Hex 8C 9E FE 2D 26 0 0 E7 62 4D
Octal 214 236 376 55 46 0 0 347 142 115
Binary 10001100 10011110 11111110 101101 100110 0 0 11100111 1100010 1001101

Color Harmonies of #8C9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9EFE

Black with #8C9EFE

Text Example


Text Example

White with #8C9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,158,254); }

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

background-color css

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

 a { background-color: rgb(140,158,254); }

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

border-color css

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

 span { border-color: rgb(140,158,254); }

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