Html Css Color HEX #8899FA Portage

📋 copy color: '#8899FA'

red 136 ◦ green 153 ◦ blue 250

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

Shades of Portage #8899FA

Tints of Portage #8899FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.39%

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

R = 25.23%
G = 28.39%
B = 46.38%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8899FA (or 0x8899FA) is known color: Portage. HEX triplet: 88, 99 and FA. RGB value is (136,153,250). Sum of RGB (Red+Green+Blue) = 136+153+250=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #8899FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8899FA is #776605. Grayscale: #9E9E9E. Windows color (decimal): -7824902 or 16423304. OLE color: 16423304.

HSL color Cylindrical-coordinate representation of color #8899FA: hue angle of 231.05º 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 #8899FA is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 153 250 -
CMYK 0.46 0.39 0 0.02
HSL 231.05º 0.92% 0.76% -
HSV(B) 231.05º 0.46% 0.98% -
XYZ 38.8 34.92 95.14 -
YUV 158.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 136 153 250 0.46 0.39 0 0.02 231.05 0.92 0.76
Hex 88 99 FA 2E 27 0 2 E7 5C 4C
Octal 210 231 372 56 47 0 2 347 134 114
Binary 10001000 10011001 11111010 101110 100111 0 10 11100111 1011100 1001100

Color Harmonies of #8899FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8899FA

Black with #8899FA

Text Example


Text Example

White with #8899FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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