Html Css Color HEX #8499DB Portage

📋 copy color: '#8499DB'

red 132 ◦ green 153 ◦ blue 219

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

Shades of Portage #8499DB

Tints of Portage #8499DB

RGB

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

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

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

R = 26.19%
G = 30.36%
B = 43.45%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8499DB (or 0x8499DB) is known color: Portage. HEX triplet: 84, 99 and DB. RGB value is (132,153,219). Sum of RGB (Red+Green+Blue) = 132+153+219=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #8499DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499DB is #7B6624. Grayscale: #999999. Windows color (decimal): -8087077 or 14391684. OLE color: 14391684.

HSL color Cylindrical-coordinate representation of color #8499DB: hue angle of 225.52º 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 #8499DB is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 153 219 -
CMYK 0.40 0.30 0 0.14
HSL 225.52º 0.55% 0.69% -
HSV(B) 225.52º 0.4% 0.86% -
XYZ 33.69 32.8 71.57 -
YUV 154.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 132 153 219 0.40 0.30 0 0.14 225.52 0.55 0.69
Hex 84 99 DB 28 1E 0 E E2 37 45
Octal 204 231 333 50 36 0 16 342 67 105
Binary 10000100 10011001 11011011 101000 11110 0 1110 11100010 110111 1000101

Color Harmonies of #8499DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8499DB

Black with #8499DB

Text Example


Text Example

White with #8499DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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