Html Css Color HEX #8498FE Portage

📋 copy color: '#8498FE'

red 132 ◦ green 152 ◦ blue 254

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

Shades of Portage #8498FE

Tints of Portage #8498FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 24.54%
G = 28.25%
B = 47.21%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8498FE (or 0x8498FE) is known color: Portage. HEX triplet: 84, 98 and FE. RGB value is (132,152,254). Sum of RGB (Red+Green+Blue) = 132+152+254=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #8498FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8498FE is #7B6701. Grayscale: #9D9D9D. Windows color (decimal): -8087298 or 16685188. OLE color: 16685188.

HSL color Cylindrical-coordinate representation of color #8498FE: hue angle of 230.16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8498FE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 152 254 -
CMYK 0.48 0.40 0 0.00
HSL 230.16º 0.98% 0.76% -
HSV(B) 230.16º 0.48% 1% -
XYZ 38.63 34.52 98.39 -
YUV 157.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 132 152 254 0.48 0.40 0 0.00 230.16 0.98 0.76
Hex 84 98 FE 30 28 0 0 E6 62 4C
Octal 204 230 376 60 50 0 0 346 142 114
Binary 10000100 10011000 11111110 110000 101000 0 0 11100110 1100010 1001100

Color Harmonies of #8498FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498FE

Black with #8498FE

Text Example


Text Example

White with #8498FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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