Html Css Color HEX #8498DB Portage

📋 copy color: '#8498DB'

red 132 ◦ green 152 ◦ blue 219

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

Shades of Portage #8498DB

Tints of Portage #8498DB

RGB

 RED value IS 132 (51.95% from 255) = 26.24%

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

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

R = 26.24%
G = 30.22%
B = 43.54%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8498DB (or 0x8498DB) is known color: Portage. HEX triplet: 84, 98 and DB. RGB value is (132,152,219). Sum of RGB (Red+Green+Blue) = 132+152+219=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #8498DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498DB is #7B6724. Grayscale: #999999. Windows color (decimal): -8087333 or 14391428. OLE color: 14391428.

HSL color Cylindrical-coordinate representation of color #8498DB: hue angle of 226.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8498DB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 152 219 -
CMYK 0.40 0.31 0 0.14
HSL 226.21º 0.55% 0.69% -
HSV(B) 226.21º 0.4% 0.86% -
XYZ 33.53 32.48 71.52 -
YUV 153.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 132 152 219 0.40 0.31 0 0.14 226.21 0.55 0.69
Hex 84 98 DB 28 1F 0 E E2 37 45
Octal 204 230 333 50 37 0 16 342 67 105
Binary 10000100 10011000 11011011 101000 11111 0 1110 11100010 110111 1000101

Color Harmonies of #8498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498DB

Black with #8498DB

Text Example


Text Example

White with #8498DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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