Html Css Color HEX #8490FB Portage

📋 copy color: '#8490FB'

red 132 ◦ green 144 ◦ blue 251

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

Shades of Portage #8490FB

Tints of Portage #8490FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 25.05%
G = 27.32%
B = 47.63%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8490FB (or 0x8490FB) is known color: Portage. HEX triplet: 84, 90 and FB. RGB value is (132,144,251). Sum of RGB (Red+Green+Blue) = 132+144+251=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #8490FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8490FB is #7B6F04. Grayscale: #989898. Windows color (decimal): -8089349 or 16486532. OLE color: 16486532.

HSL color Cylindrical-coordinate representation of color #8490FB: hue angle of 233.95º degrees, saturation: 0.94, 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 #8490FB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 144 251 -
CMYK 0.47 0.43 0 0.02
HSL 233.95º 0.94% 0.75% -
HSV(B) 233.95º 0.47% 0.98% -
XYZ 36.9 31.82 95.46 -
YUV 152.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 132 144 251 0.47 0.43 0 0.02 233.95 0.94 0.75
Hex 84 90 FB 2F 2B 0 2 EA 5E 4B
Octal 204 220 373 57 53 0 2 352 136 113
Binary 10000100 10010000 11111011 101111 101011 0 10 11101010 1011110 1001011

Color Harmonies of #8490FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490FB

Black with #8490FB

Text Example


Text Example

White with #8490FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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