Html Css Color HEX #8498CC Portage

📋 copy color: '#8498CC'

red 132 ◦ green 152 ◦ blue 204

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

Shades of Portage #8498CC

Tints of Portage #8498CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 27.05%
G = 31.15%
B = 41.8%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8498CC (or 0x8498CC) is known color: Portage. HEX triplet: 84, 98 and CC. RGB value is (132,152,204). Sum of RGB (Red+Green+Blue) = 132+152+204=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8498CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498CC is #7B6733. Grayscale: #979797. Windows color (decimal): -8087348 or 13408388. OLE color: 13408388.

HSL color Cylindrical-coordinate representation of color #8498CC: hue angle of 223.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8498CC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 152 204 -
CMYK 0.35 0.25 0 0.2
HSL 223.33º 0.41% 0.66% -
HSV(B) 223.33º 0.35% 0.8% -
XYZ 31.64 31.72 61.58 -
YUV 151.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 132 152 204 0.35 0.25 0 0.2 223.33 0.41 0.66
Hex 84 98 CC 23 19 0 14 DF 29 42
Octal 204 230 314 43 31 0 24 337 51 102
Binary 10000100 10011000 11001100 100011 11001 0 10100 11011111 101001 1000010

Color Harmonies of #8498CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498CC

Black with #8498CC

Text Example


Text Example

White with #8498CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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