Html Css Color HEX #8290EA Portage

📋 copy color: '#8290EA'

red 130 ◦ green 144 ◦ blue 234

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

Shades of Portage #8290EA

Tints of Portage #8290EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 25.59%
G = 28.35%
B = 46.06%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8290EA (or 0x8290EA) is known color: Portage. HEX triplet: 82, 90 and EA. RGB value is (130,144,234). Sum of RGB (Red+Green+Blue) = 130+144+234=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #8290EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8290EA is #7D6F15. Grayscale: #959595. Windows color (decimal): -8220438 or 15372418. OLE color: 15372418.

HSL color Cylindrical-coordinate representation of color #8290EA: hue angle of 231.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8290EA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 144 234 -
CMYK 0.44 0.38 0 0.08
HSL 231.92º 0.71% 0.71% -
HSV(B) 231.92º 0.44% 0.92% -
XYZ 34.03 30.63 81.96 -
YUV 150.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 130 144 234 0.44 0.38 0 0.08 231.92 0.71 0.71
Hex 82 90 EA 2C 26 0 8 E8 47 47
Octal 202 220 352 54 46 0 10 350 107 107
Binary 10000010 10010000 11101010 101100 100110 0 1000 11101000 1000111 1000111

Color Harmonies of #8290EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290EA

Black with #8290EA

Text Example


Text Example

White with #8290EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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