Html Css Color HEX #8498FA Portage

📋 copy color: '#8498FA'

red 132 ◦ green 152 ◦ blue 250

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

Shades of Portage #8498FA

Tints of Portage #8498FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 24.72%
G = 28.46%
B = 46.82%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8498FA (or 0x8498FA) is known color: Portage. HEX triplet: 84, 98 and FA. RGB value is (132,152,250). Sum of RGB (Red+Green+Blue) = 132+152+250=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #8498FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8498FA is #7B6705. Grayscale: #9C9C9C. Windows color (decimal): -8087302 or 16423044. OLE color: 16423044.

HSL color Cylindrical-coordinate representation of color #8498FA: hue angle of 229.83º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8498FA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 152 250 -
CMYK 0.47 0.39 0 0.02
HSL 229.83º 0.92% 0.75% -
HSV(B) 229.83º 0.47% 0.98% -
XYZ 38 34.26 95.05 -
YUV 157.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 132 152 250 0.47 0.39 0 0.02 229.83 0.92 0.75
Hex 84 98 FA 2F 27 0 2 E6 5C 4B
Octal 204 230 372 57 47 0 2 346 134 113
Binary 10000100 10011000 11111010 101111 100111 0 10 11100110 1011100 1001011

Color Harmonies of #8498FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8498FA

Black with #8498FA

Text Example


Text Example

White with #8498FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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