Html Css Color HEX #8296CD Portage

📋 copy color: '#8296CD'

red 130 ◦ green 150 ◦ blue 205

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

Shades of Portage #8296CD

Tints of Portage #8296CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 26.8%
G = 30.93%
B = 42.27%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8296CD (or 0x8296CD) is known color: Portage. HEX triplet: 82, 96 and CD. RGB value is (130,150,205). Sum of RGB (Red+Green+Blue) = 130+150+205=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #8296CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296CD is #7D6932. Grayscale: #969696. Windows color (decimal): -8218931 or 13473410. OLE color: 13473410.

HSL color Cylindrical-coordinate representation of color #8296CD: hue angle of 224º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8296CD is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 150 205 -
CMYK 0.37 0.27 0 0.20
HSL 224º 0.43% 0.66% -
HSV(B) 224º 0.37% 0.8% -
XYZ 31.13 30.97 62.09 -
YUV 150.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 130 150 205 0.37 0.27 0 0.20 224 0.43 0.66
Hex 82 96 CD 25 1B 0 14 E0 2B 42
Octal 202 226 315 45 33 0 24 340 53 102
Binary 10000010 10010110 11001101 100101 11011 0 10100 11100000 101011 1000010

Color Harmonies of #8296CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296CD

Black with #8296CD

Text Example


Text Example

White with #8296CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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