Html Css Color HEX #8996FA Portage

📋 copy color: '#8996FA'

red 137 ◦ green 150 ◦ blue 250

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

Shades of Portage #8996FA

Tints of Portage #8996FA

RGB

 RED value IS 137 (53.91% from 255) = 25.51%

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

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

R = 25.51%
G = 27.93%
B = 46.55%

CMYK

 C value IS 0.45

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8996FA (or 0x8996FA) is known color: Portage. HEX triplet: 89, 96 and FA. RGB value is (137,150,250). Sum of RGB (Red+Green+Blue) = 137+150+250=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #8996FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996FA is #766905. Grayscale: #9D9D9D. Windows color (decimal): -7760134 or 16422537. OLE color: 16422537.

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

Color convert

RGB 137 150 250 -
CMYK 0.45 0.4 0 0.02
HSL 233.1º 0.92% 0.76% -
HSV(B) 233.1º 0.45% 0.98% -
XYZ 38.48 34.03 94.98 -
YUV 157.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 137 150 250 0.45 0.4 0 0.02 233.1 0.92 0.76
Hex 89 96 FA 2D 28 0 2 E9 5C 4C
Octal 211 226 372 55 50 0 2 351 134 114
Binary 10001001 10010110 11111010 101101 101000 0 10 11101001 1011100 1001100

Color Harmonies of #8996FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996FA

Black with #8996FA

Text Example


Text Example

White with #8996FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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