Html Css Color HEX #8290F9 Portage

📋 copy color: '#8290F9'

red 130 ◦ green 144 ◦ blue 249

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

Shades of Portage #8290F9

Tints of Portage #8290F9

RGB

 RED value IS 130 (51.17% from 255) = 24.86%

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

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 24.86%
G = 27.53%
B = 47.61%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8290F9 (or 0x8290F9) is known color: Portage. HEX triplet: 82, 90 and F9. RGB value is (130,144,249). Sum of RGB (Red+Green+Blue) = 130+144+249=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #8290F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8290F9 is #7D6F06. Grayscale: #979797. Windows color (decimal): -8220423 or 16355458. OLE color: 16355458.

HSL color Cylindrical-coordinate representation of color #8290F9: hue angle of 232.94º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8290F9 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 144 249 -
CMYK 0.48 0.42 0 0.02
HSL 232.94º 0.91% 0.74% -
HSV(B) 232.94º 0.48% 0.98% -
XYZ 36.28 31.53 93.8 -
YUV 151.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 130 144 249 0.48 0.42 0 0.02 232.94 0.91 0.74
Hex 82 90 F9 30 2A 0 2 E9 5B 4A
Octal 202 220 371 60 52 0 2 351 133 112
Binary 10000010 10010000 11111001 110000 101010 0 10 11101001 1011011 1001010

Color Harmonies of #8290F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290F9

Black with #8290F9

Text Example


Text Example

White with #8290F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8290F9; }

 p { color: rgb(130,144,249); }

 H1.HeaderClassName
 {
   color: #8290F9;
 }
 .AnyTagClassName
 {
   color: #8290F9;
 }
</style>

background-color css

<style>
 a { background-color: #8290F9; }

 a { background-color: rgb(130,144,249); }

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

border-color css

<style>
 span { border-color: #8290F9; }

 span { border-color: rgb(130,144,249); }

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