Html Css Color HEX #8899DF Portage

📋 copy color: '#8899DF'

red 136 ◦ green 153 ◦ blue 223

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

Shades of Portage #8899DF

Tints of Portage #8899DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 26.56%
G = 29.88%
B = 43.55%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8899DF (or 0x8899DF) is known color: Portage. HEX triplet: 88, 99 and DF. RGB value is (136,153,223). Sum of RGB (Red+Green+Blue) = 136+153+223=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #8899DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899DF is #776620. Grayscale: #9B9B9B. Windows color (decimal): -7824929 or 14653832. OLE color: 14653832.

HSL color Cylindrical-coordinate representation of color #8899DF: hue angle of 228.28º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8899DF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 153 223 -
CMYK 0.39 0.31 0 0.13
HSL 228.28º 0.58% 0.7% -
HSV(B) 228.28º 0.39% 0.87% -
XYZ 34.86 33.34 74.41 -
YUV 155.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 136 153 223 0.39 0.31 0 0.13 228.28 0.58 0.7
Hex 88 99 DF 27 1F 0 D E4 3A 46
Octal 210 231 337 47 37 0 15 344 72 106
Binary 10001000 10011001 11011111 100111 11111 0 1101 11100100 111010 1000110

Color Harmonies of #8899DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8899DF

Black with #8899DF

Text Example


Text Example

White with #8899DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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