Html Css Color HEX #8498D7 Portage

📋 copy color: '#8498D7'

red 132 ◦ green 152 ◦ blue 215

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

Shades of Portage #8498D7

Tints of Portage #8498D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 26.45%
G = 30.46%
B = 43.09%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8498D7 (or 0x8498D7) is known color: Portage. HEX triplet: 84, 98 and D7. RGB value is (132,152,215). Sum of RGB (Red+Green+Blue) = 132+152+215=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #8498D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498D7 is #7B6728. Grayscale: #989898. Windows color (decimal): -8087337 or 14129284. OLE color: 14129284.

HSL color Cylindrical-coordinate representation of color #8498D7: hue angle of 225.54º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8498D7 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 152 215 -
CMYK 0.39 0.29 0 0.16
HSL 225.54º 0.51% 0.68% -
HSV(B) 225.54º 0.39% 0.84% -
XYZ 33.01 32.27 68.78 -
YUV 153.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 132 152 215 0.39 0.29 0 0.16 225.54 0.51 0.68
Hex 84 98 D7 27 1D 0 10 E2 33 44
Octal 204 230 327 47 35 0 20 342 63 104
Binary 10000100 10011000 11010111 100111 11101 0 10000 11100010 110011 1000100

Color Harmonies of #8498D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498D7

Black with #8498D7

Text Example


Text Example

White with #8498D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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