Html Css Color HEX #8290DC Portage

📋 copy color: '#8290DC'

red 130 ◦ green 144 ◦ blue 220

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

Shades of Portage #8290DC

Tints of Portage #8290DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 26.32%
G = 29.15%
B = 44.53%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8290DC (or 0x8290DC) is known color: Portage. HEX triplet: 82, 90 and DC. RGB value is (130,144,220). Sum of RGB (Red+Green+Blue) = 130+144+220=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #8290DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290DC is #7D6F23. Grayscale: #949494. Windows color (decimal): -8220452 or 14454914. OLE color: 14454914.

HSL color Cylindrical-coordinate representation of color #8290DC: hue angle of 230.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8290DC is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 144 220 -
CMYK 0.41 0.35 0 0.14
HSL 230.67º 0.56% 0.69% -
HSV(B) 230.67º 0.41% 0.86% -
XYZ 32.1 29.86 71.78 -
YUV 148.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 130 144 220 0.41 0.35 0 0.14 230.67 0.56 0.69
Hex 82 90 DC 29 23 0 E E7 38 45
Octal 202 220 334 51 43 0 16 347 70 105
Binary 10000010 10010000 11011100 101001 100011 0 1110 11100111 111000 1000101

Color Harmonies of #8290DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290DC

Black with #8290DC

Text Example


Text Example

White with #8290DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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