Html Css Color HEX #8290FA Portage

📋 copy color: '#8290FA'

red 130 ◦ green 144 ◦ blue 250

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

Shades of Portage #8290FA

Tints of Portage #8290FA

RGB

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

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

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

R = 24.81%
G = 27.48%
B = 47.71%

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

#8290FA (or 0x8290FA) is known color: Portage. HEX triplet: 82, 90 and FA. RGB value is (130,144,250). Sum of RGB (Red+Green+Blue) = 130+144+250=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #8290FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8290FA is #7D6F05. Grayscale: #979797. Windows color (decimal): -8220422 or 16420994. OLE color: 16420994.

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

Color convert

RGB 130 144 250 -
CMYK 0.48 0.42 0 0.02
HSL 233º 0.92% 0.75% -
HSV(B) 233º 0.48% 0.98% -
XYZ 36.43 31.59 94.62 -
YUV 151.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 130 144 250 0.48 0.42 0 0.02 233 0.92 0.75
Hex 82 90 FA 30 2A 0 2 E9 5C 4B
Octal 202 220 372 60 52 0 2 351 134 113
Binary 10000010 10010000 11111010 110000 101010 0 10 11101001 1011100 1001011

Color Harmonies of #8290FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290FA

Black with #8290FA

Text Example


Text Example

White with #8290FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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