Html Css Color HEX #8896FA Portage

📋 copy color: '#8896FA'

red 136 ◦ green 150 ◦ blue 250

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

Shades of Portage #8896FA

Tints of Portage #8896FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 25.37%
G = 27.99%
B = 46.64%

CMYK

 C value IS 0.46

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8896FA (or 0x8896FA) is known color: Portage. HEX triplet: 88, 96 and FA. RGB value is (136,150,250). Sum of RGB (Red+Green+Blue) = 136+150+250=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #8896FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896FA is #776905. Grayscale: #9C9C9C. Windows color (decimal): -7825670 or 16422536. OLE color: 16422536.

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

Color convert

RGB 136 150 250 -
CMYK 0.46 0.4 0 0.02
HSL 232.63º 0.92% 0.76% -
HSV(B) 232.63º 0.46% 0.98% -
XYZ 38.32 33.95 94.98 -
YUV 157.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 136 150 250 0.46 0.4 0 0.02 232.63 0.92 0.76
Hex 88 96 FA 2E 28 0 2 E9 5C 4C
Octal 210 226 372 56 50 0 2 351 134 114
Binary 10001000 10010110 11111010 101110 101000 0 10 11101001 1011100 1001100

Color Harmonies of #8896FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8896FA

Black with #8896FA

Text Example


Text Example

White with #8896FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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