Html Css Color HEX #8490FC Portage

📋 copy color: '#8490FC'

red 132 ◦ green 144 ◦ blue 252

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

Shades of Portage #8490FC

Tints of Portage #8490FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.27%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 25%
G = 27.27%
B = 47.73%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8490FC (or 0x8490FC) is known color: Portage. HEX triplet: 84, 90 and FC. RGB value is (132,144,252). Sum of RGB (Red+Green+Blue) = 132+144+252=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #8490FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8490FC is #7B6F03. Grayscale: #989898. Windows color (decimal): -8089348 or 16552068. OLE color: 16552068.

HSL color Cylindrical-coordinate representation of color #8490FC: hue angle of 234º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8490FC is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 144 252 -
CMYK 0.48 0.43 0 0.01
HSL 234º 0.95% 0.75% -
HSV(B) 234º 0.48% 0.99% -
XYZ 37.06 31.88 96.3 -
YUV 152.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 132 144 252 0.48 0.43 0 0.01 234 0.95 0.75
Hex 84 90 FC 30 2B 0 1 EA 5F 4B
Octal 204 220 374 60 53 0 1 352 137 113
Binary 10000100 10010000 11111100 110000 101011 0 1 11101010 1011111 1001011

Color Harmonies of #8490FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490FC

Black with #8490FC

Text Example


Text Example

White with #8490FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8490FC; }

 p { color: rgb(132,144,252); }

 H1.HeaderClassName
 {
   color: #8490FC;
 }
 .AnyTagClassName
 {
   color: #8490FC;
 }
</style>

background-color css

<style>
 a { background-color: #8490FC; }

 a { background-color: rgb(132,144,252); }

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

border-color css

<style>
 span { border-color: #8490FC; }

 span { border-color: rgb(132,144,252); }

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