Html Css Color HEX #8498CB Portage

📋 copy color: '#8498CB'

red 132 ◦ green 152 ◦ blue 203

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

Shades of Portage #8498CB

Tints of Portage #8498CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 27.1%
G = 31.21%
B = 41.68%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8498CB (or 0x8498CB) is known color: Portage. HEX triplet: 84, 98 and CB. RGB value is (132,152,203). Sum of RGB (Red+Green+Blue) = 132+152+203=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #8498CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498CB is #7B6734. Grayscale: #979797. Windows color (decimal): -8087349 or 13342852. OLE color: 13342852.

HSL color Cylindrical-coordinate representation of color #8498CB: hue angle of 223.1º 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 #8498CB is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 152 203 -
CMYK 0.35 0.25 0 0.20
HSL 223.1º 0.41% 0.66% -
HSV(B) 223.1º 0.35% 0.8% -
XYZ 31.52 31.67 60.95 -
YUV 151.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 132 152 203 0.35 0.25 0 0.20 223.1 0.41 0.66
Hex 84 98 CB 23 19 0 14 DF 29 42
Octal 204 230 313 43 31 0 24 337 51 102
Binary 10000100 10011000 11001011 100011 11001 0 10100 11011111 101001 1000010

Color Harmonies of #8498CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498CB

Black with #8498CB

Text Example


Text Example

White with #8498CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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