Html Css Color HEX #8498D0 Portage

📋 copy color: '#8498D0'

red 132 ◦ green 152 ◦ blue 208

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

Shades of Portage #8498D0

Tints of Portage #8498D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 26.83%
G = 30.89%
B = 42.28%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8498D0 (or 0x8498D0) is known color: Portage. HEX triplet: 84, 98 and D0. RGB value is (132,152,208). Sum of RGB (Red+Green+Blue) = 132+152+208=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #8498D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498D0 is #7B672F. Grayscale: #989898. Windows color (decimal): -8087344 or 13670532. OLE color: 13670532.

HSL color Cylindrical-coordinate representation of color #8498D0: hue angle of 224.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8498D0 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 152 208 -
CMYK 0.37 0.27 0 0.18
HSL 224.21º 0.45% 0.67% -
HSV(B) 224.21º 0.37% 0.82% -
XYZ 32.13 31.92 64.14 -
YUV 152.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 132 152 208 0.37 0.27 0 0.18 224.21 0.45 0.67
Hex 84 98 D0 25 1B 0 12 E0 2D 43
Octal 204 230 320 45 33 0 22 340 55 103
Binary 10000100 10011000 11010000 100101 11011 0 10010 11100000 101101 1000011

Color Harmonies of #8498D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498D0

Black with #8498D0

Text Example


Text Example

White with #8498D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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