Html Css Color HEX #8896FE Portage

📋 copy color: '#8896FE'

red 136 ◦ green 150 ◦ blue 254

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

Shades of Portage #8896FE

Tints of Portage #8896FE

RGB

 RED value IS 136 (53.52% from 255) = 25.19%

 GREEN value IS 150 (58.98% from 255) = 27.78%

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

R = 25.19%
G = 27.78%
B = 47.04%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8896FE (or 0x8896FE) is known color: Portage. HEX triplet: 88, 96 and FE. RGB value is (136,150,254). Sum of RGB (Red+Green+Blue) = 136+150+254=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #8896FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896FE is #776901. Grayscale: #9D9D9D. Windows color (decimal): -7825666 or 16684680. OLE color: 16684680.

HSL color Cylindrical-coordinate representation of color #8896FE: hue angle of 232.88º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8896FE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 150 254 -
CMYK 0.46 0.41 0 0.00
HSL 232.88º 0.98% 0.76% -
HSV(B) 232.88º 0.46% 1% -
XYZ 38.95 34.2 98.31 -
YUV 157.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 136 150 254 0.46 0.41 0 0.00 232.88 0.98 0.76
Hex 88 96 FE 2E 29 0 0 E9 62 4C
Octal 210 226 376 56 51 0 0 351 142 114
Binary 10001000 10010110 11111110 101110 101001 0 0 11101001 1100010 1001100

Color Harmonies of #8896FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8896FE

Black with #8896FE

Text Example


Text Example

White with #8896FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8896FE; }

 p { color: rgb(136,150,254); }

 H1.HeaderClassName
 {
   color: #8896FE;
 }
 .AnyTagClassName
 {
   color: #8896FE;
 }
</style>

background-color css

<style>
 a { background-color: #8896FE; }

 a { background-color: rgb(136,150,254); }

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

border-color css

<style>
 span { border-color: #8896FE; }

 span { border-color: rgb(136,150,254); }

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