Html Css Color HEX #8495DC Portage

📋 copy color: '#8495DC'

red 132 ◦ green 149 ◦ blue 220

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

Shades of Portage #8495DC

Tints of Portage #8495DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 26.35%
G = 29.74%
B = 43.91%

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

#8495DC (or 0x8495DC) is known color: Portage. HEX triplet: 84, 95 and DC. RGB value is (132,149,220). Sum of RGB (Red+Green+Blue) = 132+149+220=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8495DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495DC is #7B6A23. Grayscale: #979797. Windows color (decimal): -8088100 or 14456196. OLE color: 14456196.

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

Color convert

RGB 132 149 220 -
CMYK 0.40 0.32 0 0.14
HSL 228.41º 0.56% 0.69% -
HSV(B) 228.41º 0.4% 0.86% -
XYZ 33.18 31.57 72.05 -
YUV 152.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 132 149 220 0.40 0.32 0 0.14 228.41 0.56 0.69
Hex 84 95 DC 28 20 0 E E4 38 45
Octal 204 225 334 50 40 0 16 344 70 105
Binary 10000100 10010101 11011100 101000 100000 0 1110 11100100 111000 1000101

Color Harmonies of #8495DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8495DC

Black with #8495DC

Text Example


Text Example

White with #8495DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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