Html Css Color HEX #8498DA Portage

📋 copy color: '#8498DA'

red 132 ◦ green 152 ◦ blue 218

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

Shades of Portage #8498DA

Tints of Portage #8498DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 26.29%
G = 30.28%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8498DA (or 0x8498DA) is known color: Portage. HEX triplet: 84, 98 and DA. RGB value is (132,152,218). Sum of RGB (Red+Green+Blue) = 132+152+218=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #8498DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498DA is #7B6725. Grayscale: #999999. Windows color (decimal): -8087334 or 14325892. OLE color: 14325892.

HSL color Cylindrical-coordinate representation of color #8498DA: hue angle of 226.05º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8498DA is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 152 218 -
CMYK 0.39 0.30 0 0.15
HSL 226.05º 0.54% 0.69% -
HSV(B) 226.05º 0.39% 0.85% -
XYZ 33.4 32.42 70.83 -
YUV 153.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 132 152 218 0.39 0.30 0 0.15 226.05 0.54 0.69
Hex 84 98 DA 27 1E 0 F E2 36 45
Octal 204 230 332 47 36 0 17 342 66 105
Binary 10000100 10011000 11011010 100111 11110 0 1111 11100010 110110 1000101

Color Harmonies of #8498DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498DA

Black with #8498DA

Text Example


Text Example

White with #8498DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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