Html Css Color HEX #8495DB Portage

📋 copy color: '#8495DB'

red 132 ◦ green 149 ◦ blue 219

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

Shades of Portage #8495DB

Tints of Portage #8495DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.8%

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

R = 26.4%
G = 29.8%
B = 43.8%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8495DB (or 0x8495DB) is known color: Portage. HEX triplet: 84, 95 and DB. RGB value is (132,149,219). Sum of RGB (Red+Green+Blue) = 132+149+219=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #8495DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495DB is #7B6A24. Grayscale: #979797. Windows color (decimal): -8088101 or 14390660. OLE color: 14390660.

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

Color convert

RGB 132 149 219 -
CMYK 0.40 0.32 0 0.14
HSL 228.28º 0.55% 0.69% -
HSV(B) 228.28º 0.4% 0.86% -
XYZ 33.05 31.51 71.36 -
YUV 151.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 132 149 219 0.40 0.32 0 0.14 228.28 0.55 0.69
Hex 84 95 DB 28 20 0 E E4 37 45
Octal 204 225 333 50 40 0 16 344 67 105
Binary 10000100 10010101 11011011 101000 100000 0 1110 11100100 110111 1000101

Color Harmonies of #8495DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8495DB

Black with #8495DB

Text Example


Text Example

White with #8495DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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