Html Css Color HEX #8898DB Portage

📋 copy color: '#8898DB'

red 136 ◦ green 152 ◦ blue 219

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

Shades of Portage #8898DB

Tints of Portage #8898DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.98%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 26.82%
G = 29.98%
B = 43.2%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8898DB (or 0x8898DB) is known color: Portage. HEX triplet: 88, 98 and DB. RGB value is (136,152,219). Sum of RGB (Red+Green+Blue) = 136+152+219=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8898DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DB is #776724. Grayscale: #9A9A9A. Windows color (decimal): -7825189 or 14391432. OLE color: 14391432.

HSL color Cylindrical-coordinate representation of color #8898DB: hue angle of 228.43º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8898DB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 152 219 -
CMYK 0.38 0.31 0 0.14
HSL 228.43º 0.54% 0.7% -
HSV(B) 228.43º 0.38% 0.86% -
XYZ 34.17 32.81 71.55 -
YUV 154.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 136 152 219 0.38 0.31 0 0.14 228.43 0.54 0.7
Hex 88 98 DB 26 1F 0 E E4 36 46
Octal 210 230 333 46 37 0 16 344 66 106
Binary 10001000 10011000 11011011 100110 11111 0 1110 11100100 110110 1000110

Color Harmonies of #8898DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8898DB

Black with #8898DB

Text Example


Text Example

White with #8898DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8898DB; }

 p { color: rgb(136,152,219); }

 H1.HeaderClassName
 {
   color: #8898DB;
 }
 .AnyTagClassName
 {
   color: #8898DB;
 }
</style>

background-color css

<style>
 a { background-color: #8898DB; }

 a { background-color: rgb(136,152,219); }

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

border-color css

<style>
 span { border-color: #8898DB; }

 span { border-color: rgb(136,152,219); }

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