Html Css Color HEX #8296DD Portage

📋 copy color: '#8296DD'

red 130 ◦ green 150 ◦ blue 221

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

Shades of Portage #8296DD

Tints of Portage #8296DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 25.95%
G = 29.94%
B = 44.11%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8296DD (or 0x8296DD) is known color: Portage. HEX triplet: 82, 96 and DD. RGB value is (130,150,221). Sum of RGB (Red+Green+Blue) = 130+150+221=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8296DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296DD is #7D6922. Grayscale: #979797. Windows color (decimal): -8218915 or 14521986. OLE color: 14521986.

HSL color Cylindrical-coordinate representation of color #8296DD: hue angle of 226.81º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8296DD is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 150 221 -
CMYK 0.41 0.32 0 0.13
HSL 226.81º 0.57% 0.69% -
HSV(B) 226.81º 0.41% 0.87% -
XYZ 33.16 31.78 72.79 -
YUV 152.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 130 150 221 0.41 0.32 0 0.13 226.81 0.57 0.69
Hex 82 96 DD 29 20 0 D E3 39 45
Octal 202 226 335 51 40 0 15 343 71 105
Binary 10000010 10010110 11011101 101001 100000 0 1101 11100011 111001 1000101

Color Harmonies of #8296DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296DD

Black with #8296DD

Text Example


Text Example

White with #8296DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8296DD; }

 p { color: rgb(130,150,221); }

 H1.HeaderClassName
 {
   color: #8296DD;
 }
 .AnyTagClassName
 {
   color: #8296DD;
 }
</style>

background-color css

<style>
 a { background-color: #8296DD; }

 a { background-color: rgb(130,150,221); }

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

border-color css

<style>
 span { border-color: #8296DD; }

 span { border-color: rgb(130,150,221); }

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